Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    0:   89 f8                   mov    eax,edi
  2.    2:   ba cd cc cc cc          mov    edx,0xcccccccd
  3.    7:   f7 e2                   mul    edx
  4.    9:   c1 ea 03                shr    edx,0x3
  5.    c:   8d 04 92                lea    eax,[rdx+rdx*4]
  6.    f:   01 c0                   add    eax,eax
  7.   11:   29 c7                   sub    edi,eax
  8.   13:   31 c0                   xor    eax,eax
  9.   15:   83 ff 01                cmp    edi,0x1
  10.   18:   0f 94 c0                sete   al
  11.   1b:   c3                      ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement