Advertisement
Cregennan

Untitled

Dec 10th, 2022
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 0:  89 c8                   mov    eax,ecx
  2. 2:  b3 04                   mov    bl,0x4
  3. 4:  f6 f3                   div    bl
  4. 6:  31 c9                   xor    ecx,ecx
  5. 8:  88 c1                   mov    cl,al
  6. a:  89 f7                   mov    edi,esi
  7. c:  ad                      lods   eax,DWORD PTR ds:[esi]
  8. d:  c1 c0 03                rol    eax,0x3
  9. 10: 35 84 ce 5b 3f          xor    eax,0x3f5bce84
  10. 15: ab                      stos   DWORD PTR es:[edi],eax
  11. 16: e2 f4                   loop   0xc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement