Sandbox

From SkullSecurity
Revision as of 17:07, 14 March 2007 by 68.144.105.148 (talk)
Jump to navigation Jump to search

This page is for playing or testing!


53                push    ebx
8B 54 24 08       mov     edx, [esp+arg_0] ; edx gets the reg code
31 DB             xor     ebx, ebx        ; Clear ebx
89 D3             mov     ebx, edx        ; Move the reg code into ebx
8D 42 07          lea     eax, [edx+7]    ; Add 7 to the code and put it in eax