Example 2

From SkullSecurity
Revision as of 03:41, 11 March 2007 by Ron (talk | contribs) (New page: <pre> lea edi, [esi+0Bh] mov ecx, 0C2h top: mov eax, ecx mov ebx, 0Ch cdq idiv ebx mov al, [edi] sub ecx, 11h dec edi cmp e...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
   lea     edi, [esi+0Bh]
   mov     ecx, 0C2h
top:
   mov     eax, ecx
   mov     ebx, 0Ch
   cdq
   idiv    ebx
   mov     al, [edi]
   sub     ecx, 11h
   dec     edi
   cmp     ecx, 7
   mov     bl, [edx+esi]
   mov     [edi+1], bl
   mov     [edx+esi], al
   jge     top