Jump to content

[Tutorial] IDA Hacking Tutorial #3


15 posts in this topic

Recommended Posts

Updated

Requirements:
- IDA Pro/Demo - Demo just works fine xD

- Hex Editor
- Arm Converter
- The game you are hacking
- The cracked binary of that game ( I am using Inotia 4 PLUS )
 
Instructions:
1. Open IDA and Copy the binary inside IDA
2. See the settings here:

Jwk6uFV.jpg?1


 
 
3. After that the IDA will start loading and wait until it finishes loading fully
4. Now after everything is loaded, you can search for anything you like [Press Alt+T to search]
5. Since I have played the game for sometime, I have found something useful! SellPrice  :)
6. So I searched up for the sellprice (Alt+T)
7. And there was function like that  :)

F6akBVR.jpg?1


 
8. I searched up for useful data to hack but I couldn't find any, So i searched up some tutorials and found that PUSH {R7, LR} is hackable  :o
9. So you can change PUSH {R7, LR} to  high number, so the sell price will be  very high which you will get tons of money
10. Go to Hex-View A:

PpEDiwE.jpg?1


 
11. Now there is one option to make it million, change the 80 B5 to 38 1C [MOV R0, R7]
12. Now load up the binary in Hex Editor
13. In the last tutorial I have taught you how to find the right location in Hex Editor (If you don't know, Link here)
14. After you have found the right location, change F0 B5 to 38 1C
15. Since you are hacking PUSH, you will need to end the function there (after 38 1C)
16. To end the function this is the code BX LR [HEX: 70 47]
17. So it should look something like this:

YcPzeNk.jpg?1


 
18. Now save your binary and go to the game to test your hack
19. Enjoy!

  • Like 5
  • Thanks 3
Posted

You can post more tutorials?

Not now :/

 

Maybe in Christmas lol (my holiday will start at that time)

Posted

how to create cracked binary of the game? 

all requirements tools i have

Use Clutch to crack the game. :)

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