Skip to content

Instantly share code, notes, and snippets.

@blaquee
Created October 19, 2015 15:51
Show Gist options
  • Select an option

  • Save blaquee/03a3a8dcd3a29edfd168 to your computer and use it in GitHub Desktop.

Select an option

Save blaquee/03a3a8dcd3a29edfd168 to your computer and use it in GitHub Desktop.
gdb-peda$ disassemble main
Dump of assembler code for function main:
0x080484e5 <+0>: push ebp
0x080484e6 <+1>: mov ebp,esp
0x080484e8 <+3>: and esp,0xfffffff0
0x080484eb <+6>: call 0x80484d1 <message>
0x080484f0 <+11>: mov eax,0x0
0x080484f5 <+16>: leave
0x080484f6 <+17>: ret
End of assembler dump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment