Open iviirai opened 7 years ago
The disassembly view just takes the output from the debugger's disassembly command and syntax highlights it. This is generated by the debugger.
But disass
in gdb gives a different output.
0x080485c1 <+78>: movb $0x36,-0x25(%ebp)
0x080485c5 <+82>: movb $0x1a,-0x24(%ebp)
0x080485c9 <+86>: movb $0x3f,-0x23(%ebp)
0x080485cd <+90>: movb $0x2a,-0x22(%ebp)
0x080485d1 <+94>: movb $0x7b,-0x21(%ebp)
0x080485d5 <+98>: movb $0x2f,-0x20(%ebp)
0x080485d9 <+102>: movb $0x24,-0x1f(%ebp)
0x080485dd <+106>: movb $0x25,-0x1e(%ebp)
0x080485e1 <+110>: movb $0x69,-0x1d(%ebp)
0x080485e5 <+114>: movb $0x29,-0x1c(%ebp)
Hi, there is a alignment problem in disasm view.