Guest User

Untitled

a guest
Jun 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [howard@sterling shellcodes]$ env > shell.env
  2. [howard@sterling shellcodes]$ gdb -q ../easy32
  3. Reading symbols from ../easy32...done.
  4. (gdb) r `env > gdb.env`
  5. Starting program: /home/howard/repos/bof/easy32 `env > gdb.env`
  6. [Inferior 1 (process 2920) exited with code 01]
  7. (gdb) q
  8. [howard@sterling shellcodes]$ wc -c shell.env
  9. 1004 shell.env
  10. [howard@sterling shellcodes]$ wc -c gdb.env
  11. 995 gdb.env
Add Comment
Please, Sign In to add comment