pascal - How to convert machine code to assembly code? -


please suggest me how convert machine code assembly code? excluding intel reference manual , dos debugger method?

you can use debugger, such gdb, or disassembler, such ida pro advanced.

there opensource ones, such agner fog's objtool.

ida pro advanced has hexrays plugin, can decompile code.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -