Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffffffff80106611 <ntohl>:
- ffffffff80106611: 55 push rbp
- ffffffff80106612: 48 89 e5 mov rbp,rsp
- ffffffff80106615: 48 83 ec 08 sub rsp,0x8
- ffffffff80106619: 89 7d fc mov DWORD PTR [rbp-0x4],edi
- ffffffff8010661c: 8b 45 fc mov eax,DWORD PTR [rbp-0x4]
- ffffffff8010661f: c1 e8 18 shr eax,0x18
- ffffffff80106622: 89 c2 mov edx,eax
- ffffffff80106624: 8b 45 fc mov eax,DWORD PTR [rbp-0x4]
- ffffffff80106627: c1 e8 08 shr eax,0x8
- ffffffff8010662a: 25 00 ff 00 00 and eax,0xff00
- ffffffff8010662f: 09 c2 or edx,eax
- ffffffff80106631: 8b 45 fc mov eax,DWORD PTR [rbp-0x4]
- ffffffff80106634: c1 e0 08 shl eax,0x8
- ffffffff80106637: 25 00 00 ff 00 and eax,0xff0000
- ffffffff8010663c: 09 c2 or edx,eax
- ffffffff8010663e: 8b 45 fc mov eax,DWORD PTR [rbp-0x4]
- ffffffff80106641: c1 e0 18 shl eax,0x18
- ffffffff80106644: 09 d0 or eax,edx
- ffffffff80106646: c9 leave
- ffffffff80106647: c3 ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement