Detect API hooking 06-08-2017, 12:43 PM
#1
Hey, so recently I have been wondering how to detect API hooking to aid prevent cracking, I have been reading up on methods and so far I understand there are two ways of doing it:
I am new to anti RE but would love to know any other ways/information about this.
- Check Calls to VirtualProtect
- Hook the IAT address of the process and save bytes into memory, then copy again at a later stage and compare
I am new to anti RE but would love to know any other ways/information about this.
(This post was last modified: 06-08-2017, 12:44 PM by Mafia.)