Jump to content

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


510 posts in this topic

Recommended Posts

Posted

I'm getting this in monile terminal.

-sh: lipo: command not found. Can you give me the step by step process on how to thin binaries. I am done cracking the app and what i'm trying to do is to remove the app's ASLR. I tries using the ASLR Remover but i'm getting this error "File is not a Mach-o Binary". Need help here.

Posted

I'm getting this in monile terminal.

-sh: lipo: command not found. Can you give me the step by step process on how to thin binaries. I am done cracking the app and what i'm trying to do is to remove the app's ASLR. I tries using the ASLR Remover but i'm getting this error "File is not a Mach-o Binary". Need help here.

The reason you are getting "File is not Mach-O binary" is because it is a fat binary, meaning that it contains both armv7 and arm64 code. That will be taken care of once you thin the binary. And to get lipo, install Darwin CC Tools from Cydia.

Posted

The reason you are getting "File is not Mach-O binary" is because it is a fat binary, meaning that it contains both armv7 and arm64 code. That will be taken care of once you thin the binary. And to get lipo, install Darwin CC Tools from Cydia.

Thanks for the info. Now i have my lipo commands but im getting this error now " fatal error: lipo: can't map input file. Invalid arguments". Your help is highly appreciated.

Posted

Thanks for the info. Now i have my lipo commands but im getting this error now " fatal error: lipo: can't map input file. Invalid arguments". Your help is highly appreciated.

No problem :) Also, will you be able to reproduce the error you are getting and take a screenshot of it and post it here so I have a better understanding of what you are doing?

 

I can confirm it works thanks ;)

No problem :)

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