This is a tutorial that is pretty advanced and because of that, I expect you to have a grip on regular IDA (normal instructions I mean, MOV, SUB, STR, etc). Of course it is not a requirement, you could just be viewing this tutorial out of curiosity. But it would really help to know some basic...
Requirements:
- IDA Pro/Demo - Demo just works fine
- 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:
3. After that the IDA will start...
Requirements:
- IDA Pro/Demo - Demo just works fine
- Hex Editor
- Arm Converter (ARM To HEX Converter Online)
- The game you are hacking
- The cracked binary of that game ( I am using Infection )
Instructions:
1. Open IDA and Copy the binary inside IDA
2. See the settings here:
3. After...
✻ Requirements
IDA (demo works fine)
Hex Editor
ARM-to-Hex Converter
Cracked App Binary
✻ ARM Architecture
I assume you already know how to crack an app and get the binary into IDA with the proper settings.
The programming language that we'll be working with is called ARM. Each line is...