Log in

View Full Version : In IDA Pro, how can I found the machine code of instruction?


flexlm
March 19th, 2003, 07:38
In IDA Pro, how can I found the machine code of instruction?
such as:
_text:00413B96 mov [ebp+var_C], 7648B98Eh

what's the machine code of the above instruction?

nikolatesla20
March 19th, 2003, 09:12
Go into Options -> General -> Disassembly

There is a box "Number of opcode bytes", change this to something other than zero (8 should be sufficient).


-nt20

flexlm
March 19th, 2003, 09:36
Thank for your reply