Jump to content

Need help hacking function in ida.


Go to solution Solved by Archangel04,

3 posts in this topic

Recommended Posts

Posted

 

2d98u53.jpg

 

I am trying to hack the zen in zenonia4 using ida. I found the function but i dont know what to change here...there are so many mov/add etc... Anyways i thought that i might try changing the mov r4,r0 to mov r4,r7 (in the picture above i already changed mov r4.r0 to mov r4,r7). I replaced the binary and when i open the game and try to actually play the game, the game crashes.....

  • Solution
Posted

1) MSHook it. Simple

 

2) breakpoint with GDB and change your Zen. When it hits the breakpoint, use "info register" to find which value holds the value of Zen.

 

Modify that by doing a MOV RN, R7 (if Rn is the one which holds value of Zen). Simple

Posted

1) MSHook it. Simple

2) breakpoint with GDB and change your Zen. When it hits the breakpoint, use "info register" to find which value holds the value of Zen.

Modify that by doing a MOV RN, R7 (if Rn is the one which holds value of Zen). Simple

looks like i gotta learn gdb, trying not to use mshook. Thanks!

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