How to make KDbg(interface to gdb) display/disassemble elf? If I add -g while compile the code, KDbg will show the c code. Instead, how to display the assembly code?
How to make KDbg(interface to gdb) display/disassemble elf? If I add -g while compile the code, KDbg will show the c code. Instead, how to display the assembly code?