[Requirement]How to force armv7 on A6 & A7 Devices

          Due to not all of us hackers not being able to get IDA Pro this has become necessary for A7 device owners who plan to make or use hacks that do not natively support the arm64 or the armv7s architectures. This tutorial will show you how to strip the arm64 and armv7s architectures from the binary. Users who own an A6 or A7 device and one of our MSCIP hacks aren't working for you, then this tut is for you. If you own an A7 device and want to start hacking but don't have IDA Pro 6.5 then this tut is also for you.

Things you need:
    - Clutch 1.4.4 Stable(http://www.mediafire.com/download/8b75nzpybck8uzt/Clutch-1.4.4)
    - Put in usr/bin and set permissions to 777 (Read,Write,Execute;Read, Execute;Read, Execute)
    - iOS ToolChain installed from cydia. It is on bigboss and doesn't require any repo to be added.
    - File manager to move files around. You can do this with iFile on idevice. Or you can use iTools or iFun-Box on windows or mac if you prefer.
    Instructions:
      - Crack the app with clutch. You only need to wait for step 1 to finsih. When it starts Step 2 press Ctrl + C if - you are running clutch through OpenSSH. If on mobile terminal you can just end the terminal app process. (Terminal command is "clutch binaryname" without quotes.)
      - Extract the binary out of the the ipa. (If you do this on windows install 7zip right click the ipa and click 7zip/open archive)
      - Put it in var/mobile for convenience.
      - Now in a terminal. either mobile terminal or OpenSSH run this command

      cd /var/mobile

        - Now assuming you already have iOS ToolChain installed run the following command. Replace "binname" with binary name


          lipo binname -thin armv7 -output binnamestripped

            - Delete the non stripped binary. Rename the stripped one to original name obviously.
            - You may need to set permissions on the file. in ifile Set them to Read,Write,Execute; Read Execute; and Read, Execute
            - Now copy the file to the games .app folder It should popup to overwrite. Tap yes.
            - And that's it. The MSCIP hack should be working now. If you are attempting to make a hack with ida you don't really need to put it back in right now

            0 comments: