|
how can i check bad pointer on asm?
ok i guys im have soft that im need to patch it crash..so it just get bad pointer and crashes i tryed to check for bad pointer in similiar way:
CMP DWORD PTR DS:[EAX],0
JE @SkipFunction
but it already fails to read for comparexD so what should i do ?
|