25.01.2011, 00:54
(24.01.2011, 19:59)chesar schrieb: Bin auch gerade am lernen für die code inection.
wollte mal klein anfangen und für COD7 Zombie Mode die Punkte Pushen.
hab das jetzt so bei mir
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21alloc(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:
aber leider tut sich da nichts...
hab ich was falsch gemacht? wenn ihr noch screens braucht sagt Bescheid.
kann ich mir den code wenn er feddich is eig stibitzen??