...
Code Block | ||
---|---|---|
| ||
gdb-peda$ c
Continuing.
buf[32] address : 0x7fffffffe400
Printf() address : 0x7ffff785e800
AAAAAAAABBBBBBBBCCCCCCCCDDDDDDDDEEEEEEEEFFFFFFFFGG
Breakpoint 2, 0x0000000000400766 in vuln ()
gdb-peda$ G
Ambiguous command "G": .
gdb-peda$ i r rbp
rbp 0x7fffffffe430 0x7fffffffe430
gdb-peda$ x/2gx 0x7fffffffe430
0x7fffffffe430: 0x00007fffffffe447 0x000000000040079b
gdb-peda$ ni
0x0000000000400767 in vuln ()
gdb-peda$ i r rbp
rbp 0x7fffffffe447 0x7fffffffe447
gdb-peda$
|
...
- http://phrack.org/issues/55/8.html
- https://stackoverflow.com/questions/1147623/trying-to-understand-the-main-disassembly-first-instructions
- https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gcc/x86-Options.html#x86-Options
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38496
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27537
Comments
Panel |
---|