hi,
i made a smal proxy-dll, which patches some adresses.
but it crashes my game.
if i run it in a debugger it tells me.
"Access violation when writing to [007E245E] -use Shift....."
the adress is correct.
does this access violation is due to the anti hack shield?
or was it my fault?.
here are the important parts of my code
i made a smal proxy-dll, which patches some adresses.
but it crashes my game.
if i run it in a debugger it tells me.
"Access violation when writing to [007E245E] -use Shift....."
the adress is correct.
does this access violation is due to the anti hack shield?
or was it my fault?.
here are the important parts of my code
PHP Code:
BYTE g_JMP =0xEB;
unsigned long Mutex2 = 0x007E245E;
memset((VOID*)Mutex2,g_JMP,1);