The application does not have anti-hooking protections, allowing tools such as Frida to work in its execution.
- Evade security controls such as SSL pinning.
- Intercept function calls and messages to alter the behavior of the application.
Enabling anti-hooking controls in the application.
Anonymous attacker from the Internet.
⌚ 300 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The application should implement several methods to detect non native files
try {
//Code to detect external hooks/files or non native files or procedures
throw new Exception("Deteck hook");
} catch (Exception e) {
Log.Careful("HookDetection", e.toString());
}
There are no specific protection methods in the application to detect external hooks and stop the runtime