Advertisement
Guest User

nomain

a guest
Apr 1st, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. ➜  FORGOT [0] objdump -d forgot -M intel|grep 'call.*__libc_start_main' -B3                                                                                            
  2.  80484f5:   51                      push   ecx
  3.  80484f6:   56                      push   esi
  4.  80484f7:   68 aa 87 04 08          push   0x80487aa
  5.  80484fc:   e8 af ff ff ff          call   80484b0 <__libc_start_main@plt>
  6. ➜  FORGOT [0] gdb -q forgot                                                                                                                                            
  7. /home/h1dd3ntru7h/.gdbinit:8: Error in sourced command file:
  8. Ambiguous set print command "sym on ": symbol, symbol-filename.
  9. Reading symbols from forgot...(no debugging symbols found)...done.
  10. (gdb) disas *0x80487aa
  11. No function contains specified address.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement