Quote:
Originally Posted by cheyester10
I have a sincere question about disabling HGWC. I have the file detection, the keep alive, the ban and thread functions. I'm coding a method to do the work for me. However I can't get it to work in ollydbg because I can't find a way to stop it from crashing. Any suggestions when I should disable those things to stop it from doing that?
|
I understand from you first post that you don't really need a debugger like ollydbg cuz i thing that attaching a debugger to HGWC is detected. What you need is only to nope the function that you mention before, so like i said before just attach CE, search the function, and change opcodes nothing more, if you still have crash that's mean that HGWC don't get the return that he must get so it give a dc all what you have to do is backtrace the func and bypass it ;o