Skip to content

Instantly share code, notes, and snippets.

@zachriggle
Created November 29, 2014 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachriggle/df4bbbcc7936d4139c06 to your computer and use it in GitHub Desktop.
Save zachriggle/df4bbbcc7936d4139c06 to your computer and use it in GitHub Desktop.

gdb-peda$ x/i $pc => 0xf763d100 <__libc_system>: push ebx gdb-peda$ telescope $sp 2 00:0000| esp 0x188340de --> 0x8048c0d (add esp,0x10) 01:0004| 0x188340e2 --> 0x188340f2 ("/tmp/note||bash") gdb-peda$ continue ... Stopped reason: SIGSEGV 0xf763ce3c in do_system (line=0x188340f2 "/tmp/note||bash") at ../sysdeps/posix/system.c:153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment