Skip to content

Instantly share code, notes, and snippets.

@syoyo
Created September 11, 2008 17:10
Show Gist options
  • Save syoyo/10263 to your computer and use it in GitHub Desktop.
Save syoyo/10263 to your computer and use it in GitHub Desktop.
00000000 <LC_SEGMENT.>:
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: e8 00 00 00 00 call 0x9
9: 5b pop %ebx
a: 8b 8b 20 00 00 00 mov 0x20(%ebx),%ecx
10: 8b 83 28 00 00 00 mov 0x28(%ebx),%eax
16: 8b 51 0c mov 0xc(%ecx),%edx
19: 89 10 mov %edx,(%eax)
1b: 8b 83 24 00 00 00 mov 0x24(%ebx),%eax
21: 8b 51 10 mov 0x10(%ecx),%edx
24: 89 10 mov %edx,(%eax)
26: 5b pop %ebx
27: c9 leave
28: c3 ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment