Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (gdb) disassemble /r 0x600ac8,+20
- Dump of assembler code from 0x600ac8 to 0x600adc:
- 0x0000000000600ac8 <_GLOBAL_OFFSET_TABLE_+8>: c8 e1 ff f7 enter 0xffe1,0xf7
- 0x0000000000600acc <_GLOBAL_OFFSET_TABLE_+12>: ff (bad)
- 0x0000000000600acd <_GLOBAL_OFFSET_TABLE_+13>: 7f 00 jg 0x600acf <_GLOBAL_OFFSET_TABLE_+15>
- 0x0000000000600acf <_GLOBAL_OFFSET_TABLE_+15>: 00 20 add BYTE PTR [rax],ah
- 0x0000000000600ad1 <_GLOBAL_OFFSET_TABLE_+17>: 0a df or bl,bh
- 0x0000000000600ad3 <_GLOBAL_OFFSET_TABLE_+19>: f7 ff idiv edi
- 0x0000000000600ad5 <_GLOBAL_OFFSET_TABLE_+21>: 7f 00 jg 0x600ad7 <_GLOBAL_OFFSET_TABLE_+23>
- 0x0000000000600ad7 <_GLOBAL_OFFSET_TABLE_+23>: 00 f6 add dh,dh
- 0x0000000000600ad9 <printf@got.plt+1>: 04 40 add al,0x40
- 0x0000000000600adb <printf@got.plt+3>: 00 00 add BYTE PTR [rax],al
- End of assembler dump.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement