Jump to content

7 posts in this topic

Recommended Posts

Posted (edited)

I'm trying to add a new instruction in IDA using the HEX editor, but instead of adding a new one, it edits an instruction..

I mean for example, instead of this code:

AA AA AA AA  BB BB BB BB

Turn it into this, without damaging the hex after BB..

AA AA AA AA  CC CC CC CC
BB BB BB BB  DD DD DD DD

 

Updated by Aradmey
Posted

To my knowledge, you cannot add instructions to a function unless you code cave.

You can edit, however. And editing is what most cheaters do.

Posted
4 minutes ago, DiDA said:

To my knowledge, you cannot add instructions to a function unless you code cave.

You can edit, however. And editing is what most cheaters do.

Alright, so I'm trying to decide how to edit it correctly. I have two lines and didn't find any tutorial that explains what they do exactly so I can't edit it..

ADRP X1, #aCurrentammo@PAGE
	ADD X1, X1, #aCurrentsmmo@PAGEOFF

Posted
27 minutes ago, Aradmey said:

Alright, so I'm trying to decide how to edit it correctly. I have two lines and didn't find any tutorial that explains what they do exactly so I can't edit it..

 


ADRP X1, #aCurrentammo@PAGE
	ADD X1, X1, #aCurrentsmmo@PAGEOFF

 

:ermm: seems useless to me

Posted
1 minute ago, ZahirSher said:

:ermm: seems useless to me

Why useless? Cant it be the variable that stores the ammo on hand?

Posted
4 minutes ago, Aradmey said:

Why useless? Cant it be the variable that stores the ammo on hand?

Its a string, not all games' string are useful. It might be useful but you hv to try and test it around the function

Posted
Just now, ZahirSher said:

Its a string, not all games' string are useful. It might be useful but you hv to try and test it around the function

How do I recognize if something is string, int or whatever? Tutorials didn't explain that at all..

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