Created
October 19, 2015 15:51
-
-
Save blaquee/03a3a8dcd3a29edfd168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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