[req]Conerting ASM into Codecaves TuT
Posted: Thu Jun 17, 2010 7:56 am
Hi .... Wondering if any pros on this forums has the time to help me ....
Please.....?
Here's The script
i Have tried to do it alot of time but i just fail ._.

Please.....?
Here's The script
Code: Select all
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00531319:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov edi,0
originalcode:
mov [ebp+000000c8],edi
exit:
jmp returnhere
[DISABLE]
dealloc(newman)
00531319:
mov [ebp+000000c8],edi
