KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

@Tatsh #229

Closed insomnia417 closed 5 years ago

insomnia417 commented 5 years ago

@Tatsh
This worked for me.

easy copy pasta:

# safe place to work in
cd /private/var/mobile/Documents
# Get the ent from bash and save it
ldid -e `which bash` > ent.xml
# sign Clutch with the ent. "-Sent.xml" is the correct usage
ldid -Sent.xml `which Clutch`
# inject into trust cache
inject `which Clutch`

Originally posted by @JoniVR in https://github.com/KJCracks/Clutch/issues/228#issuecomment-467963270