Jump to content

Thinning Fat Binary on Mac to x32/x64 only


1 post in this topic

Recommended Posts

Updated

Requirement:

MacBook

Cracked IPA from AppCake site or alternative sites. (Or friend with jailbroken x64 device)

Binary (not thinned) from IPA

Xcode command line

 

Thinning binary on Mac:

Make new folder on Desktop

Put the binary inside the folder

Drag the folder to the terminal or Open terminal and type “cd ~/Desktop”

Run this command

x32 binary command:

lipo binary -thin armv7 -output newbinary

 

x64 binary command:

lipo binary -thin arm64 -output newbinary

 

This will be helpful if someone is busy to thin the binary for you. Also, iOSGods’  armconverter site only can thin the binary to x32. 

 

 

Screenshot:

Left is from armconverter and right is from mac. Both are x32 binary or armv7. 

LzLBmcH.png

 

 

Guide to check the binary:

Open IDA if you have on mac or windows.

File -> Open and select binary or Drag the binary into IDA.

 

Original, armv7 and arm64

0x2PJxK.png

JL0mBmI.png

t99cWU1.png

  • Like 2

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