0x7ff / dimentio

Tool for getting and setting nonce without triggering KPP/KTRR/PAC.
Apache License 2.0
109 stars 34 forks source link

Doesn't work && Cannot compile with low version xcode #7

Closed Halo-Michael closed 3 years ago

Halo-Michael commented 3 years ago

I currently have three devices for testing: iPhoneSE1(14.2), iPhone6sp(13.2.3), iPhoneSE2(13.5), dimentio does not work on any of them. On SE2, it will get stuck and I have to use ctrl+c to forcefully terminate the process. In addition, because Apple changed the abi of arm64e devices on iOS14, if can’t use the lower version of xcode to compile for arm64e, then we have to manually patch the binary to add support for lower version devices.

1 2 3 4

Halo-Michael commented 3 years ago

Fixed