0x7ff / dimentio

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

Add function to get current generator and split into library + tool #6

Closed Diatrus closed 3 years ago

Diatrus commented 3 years ago

Splitting allows for other tools to link dimentio instead of just calling the command line tool.

0x7ff commented 3 years ago

Hey Diatrus, Thanks for your contribution, I've applied most of the changes. I did not apply the Makefile as using ldid not on the device can be problematic due to CoreTrust (older versions of unc0ver was using an ldid wrapper that signes with expired certificate). The hardened data PAC may result in tfp0less jailbreaks, so I added support for external kernel R/W methods.

Diatrus commented 3 years ago

Sounds good. Thanks.