문제

Is there a way to save a trace of the opcode that is being executed (and not the command)? I want to compare different trace runs, and using opcode trace (and not the evaluated commands) would give more reliable results

도움이 되었습니까?

해결책

yes you can

view > Run trace

in Run trace window right click and select Log to file

choose a file name.

until you tracing your file will complete.

다른 팁

Apparently OllyDbg 2.0 can: https://reversengineering.wordpress.com/category/tools/debugger/

I don't know if this was possible with the classic OllyDbg. But this plugin for hit tracing may be what you need: http://securitylabs.websense.com/content/Blogs/3144.aspx

Edit: not relevant, since the question is how to get the OPCODES, not the command trace. Sorry!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top