also need the new mapinfo address if anyone can get the updated address
Seriously?? The answer is given lol...Quote:
How?
I am an assembly idiot bro sorry for that...Quote:
Seriously?? The answer is given lol...
Patch IsDebuggerPresent with mov eax,0
notice test eax,eax under IsDebuggerPresent? that's the answer it needs...
Read next time =P Of course there's more ways to do this, this is just an easy and simple fix, if you want to know more i'd suggest reading some debugging tutorials! :) Good luck!
I think they have actually started detecting debuggers, and it's something other than IsDebuggerPresent/CheckRemoteDebuggerPresent.Quote:
"This library"shouldn't get anyone banned, as long as they use it correctly..
Oh, wow.. TQ actually doing something smart, that makes sense? That's shocking. They must have hired some real coders for once.Quote:
I think they have actually started detecting debuggers, and it's something other than IsDebuggerPresent/CheckRemoteDebuggerPresent.
I would advise people to not use this anymore until there's a fix.
Since there's like a thousand ways to detect a debugger, I doubt I have the patience to look into it though.