hack-different / apple-diagnostics-format

Python library for handling Apple Wireless Diagnostics file formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awdd_decode

Ability to decode Apple Wireless Diagnostics Daemon files

Hand decoded ASN1 data in rosetta

The metadata for each tag is in the iDevice root FS

/System/Library/AWD/Metadata

Credits

  • Rick Mark did a ton of hex editor decoding and created a naieve implementation that worked to decode the initial metadata
  • @nicolas17 discovered that the encoding was based on protobuf simplifying the implemntation greatly

About

Python library for handling Apple Wireless Diagnostics file formats

License:MIT License


Languages

Language:Python 100.0%