8000 GitHub - n0fate/ccl-asl: Python Module for parsing Apple ASL Logs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ ccl-asl Public
forked from cclgroupltd/ccl-asl

Python Module for parsing Apple ASL Logs

Notifications You must be signed in to change notification settings

n0fate/ccl-asl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ccl-asl

ccl_asl is a small Python module for dealing with ASL (Apple System Log)/ASLDB files.

The module comprises a class library for accessing the records in your code (the AslDb class implements __iter__, __len__, __getitem__) and also a command-line interface for dumping the contents of logs to TSV files (other formats would be trivial to add).

The repository also contains a couple of examples of the module in use to parse battery usage from an iOS device, and a login, boot, shutdown, etc. timeline from OSX.

A blog explaining the file structure can be found here: http://www.cclgroupltd.com/parsing-apple-system-log-files-osx-ios/

About

Python Module for parsing Apple ASL Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0