I want to use Capstone to implement a HOOK detection (to check if a particular function has an wrong jmp or others).
For example, if I want to check if GetCommandLineW is HOOK, what should I do? How to filter out those jmps that are hooked? Thank you very much.