Some questions about xingcode

03/30/2012 12:29 superlols#1
Hello people,

I'am trying to learn on how to make a bypass for dekaron :)
but i got some questions as i have some links for creating hacks
i wanna know how xingcode works. Does it checks some kind of .code file or any other file? Does it checks if there are any changes made in a file? (by cheat engine and such) Or does it checks if there aren't any hack applications are running?

I'am just learning it so i can actually try it and not leech it from some guy..

I found some diffrernces about the bypass and dekaron
i added some pics in the attachments :)
03/30/2012 20:37 HellSpider#2
The pictures represent only the registers in OllyDbg, some registers are different every time you start OllyDbg. The pictures have nothing to do with bypasses.

XignCode checks for certain loaded DLL files, prevents use of API like OpenProcess() and other process accessing API using a Ring0 driver (xhunter1.sys). It has lots of different checks and I'm not aware of them all. It also checksums the code section, so that code changes are not possible during runtime.