Jump to content

[Tutorial]How to thin your arm64 app binary to armv7 and attach to GDB


510 posts in this topic

Recommended Posts

Updated (edited)

I don't think I'm going to make the "how to get unbanned on all ios apps" tutorial because it would be the same thing as @@Dragons's tutorial but with one line of text changed.

Anyway, here is what you do:

1. Crack the game and put the cracked binary in /var/mobile/
2. Open MobileTerminal, and run this command:

lipo <nameofbinaryhere> -thin armv7 -output <nameofnewbinary>

3. Take the new binary you created and replace the old binary in the app folder.
4. Set the permissions of the new binary to:
Mobile
Mobile

Read, write, execute
Read, write, execute
Read, write, execute
5. Open up the app (I just like to do this)


Now try to attach to GDB, and it should work! You will also not be 64 bit mem addresses when searching in iGameGuardian :)

Updated by Rook
Posted

yeah

The title is wrong then. :p

 

It should be: [Tutorial] How to Thin your Binary or something like that :3

Posted

The title is wrong then. :p

 

It should be: [Tutorial] How to Thin your Binary or something like that :3

OK I'll change it :p

Posted

Thanks DIDA, this is what I'm looking for.????

But just that few command? What should install prior to use this Lipo command?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines