XaneXXXX Expert Cheater
Reputation: 0
Joined: 29 Nov 2012 Posts: 212
|
Posted: Tue Aug 04, 2015 1:27 am Post subject: Debugger crash (Opcode only) |
|
|
Hi, I'm trying to debug a game, I've tried all of the debuggers + methods, Windows Debugger, VEH, even kernelmode. The only one that works is the windows debugger, the others make the game crash. i can debug the address (find out what writes/accesses) without problem. BUT when i try to debug the opcode (Find out what this instruction accesses), i get a crash as SOON as some value pops up in the window..
First i thought it was the opcode itself that maybe showed too many values so that CH can't handle it. But i tried like 10+ other. Same thing happends.. Is there anything i can try to fix this issue? Thanks!
UPDATE: VEH debugger with Init mathod "works". I can debug, the game doesn't crash. BUT no results is shown instead -.-
And i KNOW there should be results.
|
|