/panicParser

Simple parser for those random broken macOS panic logs

Primary LanguageObjective-C

panicParser

Simple parser for those random broken macOS panic logs

Usage:

  • Print to Terminal Window:

    ./panicParser $input_file

  • Output to File:

    -./panicParser $input_file writeToFile $output_file

Compiling

Simple as clang -fmodules ./panicParser.m -o ./panicParser

Before

Screen Shot 2022-05-27 at 8 43 06 PM

After

Screen Shot 2022-05-27 at 8 43 26 PM