TheTwo
August 16th, 2004, 09:43
Hello,
I'm trying to write a tool to anylize run traces from ollydbg. Everythings going great so far, and ollydbg gives me plenty of info. Unfortunatly it does too much work for me. I need to know the address (in hex) of every instruction executed. Ollydbg attempts to translate every address executed into a name. For instance: if I had a function named 'func', the first instruction in that function would be recorded as being at address 'func' instead of it's real numeric address.
Is there some way to turn that feature off, or could that option be given in ollydbg?
-TheTwo
I'm trying to write a tool to anylize run traces from ollydbg. Everythings going great so far, and ollydbg gives me plenty of info. Unfortunatly it does too much work for me. I need to know the address (in hex) of every instruction executed. Ollydbg attempts to translate every address executed into a name. For instance: if I had a function named 'func', the first instruction in that function would be recorded as being at address 'func' instead of it's real numeric address.
Is there some way to turn that feature off, or could that option be given in ollydbg?
-TheTwo