Jump to content

Cant find HP/MP addresses in IDA?


Go to solution Solved by NoHax,

6 posts in this topic

Recommended Posts

Posted

Hello there.

So I downloaded MU Origin from Itunes and installed it on my iPhone. I used Rasticrac to crack it, everthing went fine. Then I exported the cracked ipa to my computer. I open it as a zip and extracted the file from payload. I threw it into IDA pro. Loaded it with "Fat Mach-O file, 1. ARMv7 [macho63.I64]". As processor type I chose "ARM Little-endian [ARM]" and clicked "OK".

After all this I used GameGem to find me two addresses: HP: "0x108E54CD8" and MP: "0x108E54CE0". But I cant find them in IDA?

  • Solution
Posted

The addresses from GameGem are temporary, you need to use lldb to get the addresses for IDA, there are tutorials on how to do it. Just search "lldb" and it'll come up. 

  • Thanks 1
Posted

Thanks for the help. So I got this so what value should I be looking for in IDA?

cc5644802928dd6aa077c9ec2c25f901.png

So I searched for 004522bc and found this: e6a239a7815c39cb8bccfd3f2b15bc57.png

 

So if i want to add instead of subtracting what would i do?

Posted
17 hours ago, Nidalee said:

Thanks for the help. So I got this so what value should I be looking for in IDA?

cc5644802928dd6aa077c9ec2c25f901.png

So I searched for 004522bc and found this: e6a239a7815c39cb8bccfd3f2b15bc57.png

 

So if i want to add instead of subtracting what would i do?

Look around in the function in IDA (in IDA view not hex view) and there should be a sub around there. Then you got two options, you can NOP it which means it'll be free, or you can change it to an ADD so you get money instaid of losing it. 

To change the function go to armconverter.com and there is hex to arm, arm to hex and much more. 

  • Thanks 1
Posted
3 hours ago, NoHax said:

Look around in the function in IDA (in IDA view not hex view) and there should be a sub around there. Then you got two options, you can NOP it which means it'll be free, or you can change it to an ADD so you get money instaid of losing it. 

To change the function go to armconverter.com and there is hex to arm, arm to hex and much more. 

Thanks!! I made it ADD mana instead of subtracting it! Thanks for the help both of you!

Posted
9 minutes ago, Nidalee said:

Thanks!! I made it ADD mana instead of subtracting it! Thanks for the help both of you!

Your further ahead than me now!

Every time I've tried to do that my app just crashes :(

You could take it a step further by making it into a .deb tweak using theos. 

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