Skip to content

Instantly share code, notes, and snippets.

@nazt
Created March 23, 2010 09:50
Show Gist options
  • Save nazt/341003 to your computer and use it in GitHub Desktop.
Save nazt/341003 to your computer and use it in GitHub Desktop.
00001fb6 <_main>:
1fb6: 55 push ebp
1fb7: 89 e5 mov ebp,esp
1fb9: 53 push ebx
1fba: 83 ec 24 sub esp,0x24
1fbd: e8 00 00 00 00 call 1fc2 <_main+0xc>
1fc2: 5b pop ebx
1fc3: c7 45 f4 00 00 00 00 mov DWORD PTR [ebp-0xc],0x0
1fca: eb 13 jmp 1fdf <_main+0x29>
1fcc: 8d 83 2e 00 00 00 lea eax,[ebx+0x2e]
1fd2: 89 04 24 mov DWORD PTR [esp],eax
1fd5: e8 2b 10 00 00 call 3005 <dyld__mach_header+0xff5>
1fda: 8d 45 f4 lea eax,[ebp-0xc]
1fdd: ff 00 inc DWORD PTR [eax]
1fdf: 83 7d f4 09 cmp DWORD PTR [ebp-0xc],0x9
1fe3: 7e e7 jle 1fcc <_main+0x16>
1fe5: b8 00 00 00 00 mov eax,0x0
1fea: 83 c4 24 add esp,0x24
1fed: 5b pop ebx
1fee: c9 leave
1fef: c3 ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment