GitXplorerGitXplorer
f

iOS-device-tree-dump

public
40 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
0877b52daf065bed63634f7e43d321fca511242d

increase for later device tree files

ffreedomtan committed 2 years ago
Unverified
0f9b901563a95e1d821e3e986cde38af546936a5

increase buffer

ffreedomtan committed 5 years ago
Unverified
9f30e82ac7c2ad89c4d223e48167c6fb14a3603a

make linux happy

ffreedomtan committed 7 years ago
Verified
3b4977df5457a0d2ce84b1803cf86b064218f642

Update README.md

ffreedomtan committed 7 years ago
Unverified
9e7800ce17d2c24867a2a4a9cc39ac65f387aabe

initial commit of code

ffreedomtan committed 7 years ago
Verified
15ec574ecc41e86bddf0d8a05b17c24c321f6aec

Initial commit

ffreedomtan committed 7 years ago

README

The README file for this repository.

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