Involves turning "compiled" code (such as machine code, byte code or IR code) back in higher-level assembly mnemonics.
Which tool is the best for disassembling C++ executables? I'm looking for something like OllyDbg but for Linux. EDIT: Sorry, …
c++ linux debugging disassemblyIn my code, I am using idc.GetOpnd(ea,0) and idc.GetOpnd(ea,1) to get the 2 operands of an instruction. …
disassembly ida