01.02.2011, 18:34
Ich glaub ich bin echt zu doof :dodgy:
mein code in CE sieht z.b. so aus
und wie soll ich das in VB schreiben?
mein code in CE sieht z.b. so aus
Zitat:alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem:
mov dword[eax+04], f423f
//this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [eax+04],edx
pop edi
ret
exit:
jmp returnhere
"BlackOps.exe"+11CF2B:
jmp newmem
returnhere:
und wie soll ich das in VB schreiben?