Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Last active February 23, 2019 08:44
Show Gist options
  • Save matteyeux/62fa299fedb891ac6126002b19473322 to your computer and use it in GitHub Desktop.
Save matteyeux/62fa299fedb891ac6126002b19473322 to your computer and use it in GitHub Desktop.

jtool -e arch -arch arm64 MTerminal

Après il faut récuperer les entitlements d'un autre binaire déjà signé genre ls
jtool --ent /bootstrap/bin/ls > ent

Puis je signe le Mterminal64 que j'ai extrait

jtool --sign --ent ent --inplace MTerminal.arch_arm64

nouveau unc0ver

ldid -e $(which ls) > ent.xml && ldid -P -K/usr/share/jailbreak/signcert.p12 -Sent.xml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment