PDA

View Full Version : Run trace log, would like to omit symbolic names


y0verflow
September 29th, 2009, 06:50
I'm writing something to parse through the run trace log.

Things like this are giving me a lot of grief:

std::basic_ostrea>PUSH 4
7848AFF6 Main MOV EAX, MSVCP90.784BA80C ; EAX=784BA80C
7848AFFB Main CALL MSVCP90.784B9567
784B9567 Main PUSH EAX

Why is there no option to just log plain addresses? (If there is one, please let me know.)

Any known workarounds to this? Anything to at least get it to stop truncating?

(Just checked - Olly 2 does allow you to remove those names, for the record...)