Top "Disassembly" questions

Involves turning "compiled" code (such as machine code, byte code or IR code) back in higher-level assembly mnemonics.

The best Linux tool for disassembling C++ executables

Which tool is the best for disassembling C++ executables? I'm looking for something like OllyDbg but for Linux. EDIT: Sorry, …

c++ linux debugging disassembly
Get memory addresses using IDAPython

In my code, I am using idc.GetOpnd(ea,0) and idc.GetOpnd(ea,1) to get the 2 operands of an instruction. …

disassembly ida