RE: Detect API hooking 04-26-2018, 01:33 AM
#3
You could compare bytes of a function to what they should be by reading the file off the disk. Also, make sure functions don't start with something like a jmp or call when they aren't supposed to.