Posted: Tue Nov 15, 2016 5:15 am Post subject: How anti-cheat protect process from dll injection?
How to find out what method an anticheat use to block dll injection?
The anticheat make openprocess() not working. I know how to bypass it by manually mapping the dll to the process.
I just want to know how to patch the anti cheat to disable the protection. I've tried to put breakpoints on anticheat's intermodular calls. Only kernel32.virtualalloc being called when i inject the dll.
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Sun Nov 27, 2016 1:45 pm Post subject:
If it uses madCHook you can look at the string references and find what API they are hooking easily. This will help greatly in finding what you would need to bypass.
Overall though it depends on the type of injection you are doing to determine how its being blocked. _________________
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