Quote:
Originally Posted by justcallmeidol09
Hi! i have a question on how to block bypass.dll
bypass.dll makes the protection/gameguard nothing :/
i wonder how to block this dll
any answers would be highly appreciated :)
|
Don't waste your time with this useless code that will never protect your client...
An injected DLL can be completely hidden even for Kernel rootkits like nprotect if the injection method is smart.
Once the bad guy has injected his code into your program it is game over for you.
The only real protections I see today are:
- Option 1: using a commercial anti-cheat rootkit like nprotect/xigncode... that will protect your client at a certain level but not totally.
- Option 2: re-write Neuz client code to detect and disconnect the user when the game data is modified/a function is called by an "unusual way"