[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:
- 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:
- 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
- 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
Things you need:
- 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:
- 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
lipo binname -thin armv7 -output binnamestripped
- 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: