Yeah, disassemble is not the best command to use here.
The command you want is “x/i” (examine as instructions):
(gdb) x/i 0xdeadbeef
Yeah, disassemble is not the best command to use here.
The command you want is “x/i” (examine as instructions):
(gdb) x/i 0xdeadbeef