peacewar Expert Cheater
Reputation: 0
Joined: 15 Sep 2006 Posts: 103
|
Posted: Tue Mar 24, 2009 5:08 pm Post subject: Can someone explain what is this ASm script mean? |
|
|
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
0053F76E:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
inc [eax+38]
cmp byte ptr [esi+00001144],03
exit:
jmp returnhere _________________
Hack learner |
|