Skip to content

Instantly share code, notes, and snippets.

@eholk
Created May 26, 2011 01:08
Show Gist options
  • Save eholk/992348 to your computer and use it in GitHub Desktop.
Save eholk/992348 to your computer and use it in GitHub Desktop.
(gdb) x /10i spawnee_fn
0x2910 <spawn_wrap>: push %ebp
0x2911 <spawn_wrap+1>: mov %esp,%ebp
0x2913 <spawn_wrap+3>: ud2a
0x2915 <spawn_wrap+5>: nopw %cs:0x0(%eax,%eax,1)
0x2920 <main>: push %ebp
0x2921 <main+1>: mov %esp,%ebp
0x2923 <main+3>: sub $0x18,%esp
0x2926 <main+6>: call 0x292b <main+11>
0x292b <main+11>: pop %eax
0x292c <main+12>: lea 0x76d(%eax),%ecx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment