A method used to prevent attackers from injecting malicious code or modifying the app’s runtime behavior through hooking techniques (inserting code, intercepting data, or controlling its functions without the app developer/end-user knowing).
App defense may use anti-hooking to prevent tools like Frida from altering app functions.
What technique does anti-hooking prevent during runtime?
Injection of malicious code.