0x7ff / dimentio

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

Calling libkrw in a jailbreak that does not implement libkrw will result in abort. #14

Closed Halo-Michael closed 3 years ago

Halo-Michael commented 3 years ago

Calling libkrw in a jailbreak that does not implement libkrw will result in abort. If you switch to checkra1n after using unc0ver, the existence of /usr/lib/libkrw/1_unc0ver.dylib makes libkrw think that it is available but not actually, which will cause abort. DDEBE0B1-5300-4706-B932-FB3FC6CA4618 I think dimentio should first try to use tfp0 (that is, use the original method), and if it fails, try to use libkrw instead.

Halo-Michael commented 3 years ago

Can confirm https://github.com/0x7ff/dimentio/commit/7ffffffdebda2d68795ff0823e3dbd1054de34bd fixed that, thanks!