Posted: Fri Oct 08, 2010 1:07 pm Post subject: detection of debugger, how to avoid?
some programs detect the existence of debuggers in runtime. if debugger exists, the program quits.
the "try to prevent..." function of CE can't help that situation. why is that?
is there anyway to debug that kind of program?
You can try dis-assembly. Find the location of the instruction that checks, and then patch the binary to try and bypass this check, or always have this check return the value of it not found. _________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum