Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1012 Bytes

README.md

File metadata and controls

58 lines (35 loc) · 1012 Bytes

ADT Collection

Various iDevice ADT dumps.



How To Dump


  • Download PongoOS

    git clone https://github.com/checkra1n/PongoOS
    cd PongoOS

  • Follow the instruction of PongoOS
    by setting it up using checkra1n.


  • Generate the dump with:

    python3 scripts/issue_cmd.py dt
    python3 scripts/fetch_stdout.py > Dump.adt

  • Censor your  IMEI  ,  MAC  ,  SERIAL  and
    NVRAM  as well as other unique identifiers.


  • Add a file with the following format into your
    local copy of this repository and copy over
    the dumped and censored information.

    adt_collection/Devices/< SocName >/< Device Name >.adt
    

  • Open a new pull request with your changes.