support parsing Apple System Log files (.asl
files)
#223
Labels
difficult
A difficult problem; a major coding effort or difficult algorithm to perfect
enhancement
New feature or request
file parser
P1
important
Summary
Support parsing Apple System Log files (
.asl
files).Here is a short explanation of reading ASL files. The best I can find for Rust implementations is this crate
oslog
which AFAICT only writes to.asl
files.This Python tool
asl
binds to the shared available library on a Mac.This Python tool
ccl-asl
parses ASL files. It failed to parse.asl
files under./logs/MacOS11/asl/
. It successfully parsed ASL file./logs/MacOS12.6/asl/2023.10.26.G80.asl
.The text was updated successfully, but these errors were encountered: