Log in

View Full Version : Offset


Anonymous
May 26th, 2003, 15:53
I have found where I want to alter the code in a app using Olly.

I can alter it in Olly but if I look for the offset in Hiew I cannot find it.

How does the offset or address in Olly translate to a hex editor?

For Example it says in Ollies CPU window that I am at 082f467C, but I cannot find that address In any hex editors.

Does this mean that the address is in memory?

If so, how do I patch something that is in memory ?

Thank-you for any help.

Anonymous
May 26th, 2003, 16:05
How come I am anonymous? I put a login name in the box during registration.

How do you patch memory then ?

comrade
May 26th, 2003, 19:33
If you are at 082F467Ch, it could mean you are debugging some code inside a DLL. DLLs are loaded at an arbitrary location and pointers inside DLL code are relocated. Look at Modules window to see at which address each DLL is loaded.