Skip to content

freedomtan/iOS-device-tree-dump

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

iOS-device-tree-dump

Dump non-encrypted iOS device tree extracted from im4p

iOS device tree files are not encrypted after iOS 10. So, with img4tool from @xerub ,

> img4  -image ./all_flash/DeviceTree.d22ap.im4p  /tmp/d22ap-dt.bin

Then we can do something like

> ./dtdump /tmp/d22ap-dt.bin

or

> ./dtdump -v /tmp/d22ap-dt.bin

-v means dump values in hexdecimal

About

Dump non-encrypted iOS device tree extracted from im4p

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published