FRIDA: dynamic instrumentation toolkit

Frida is an Open Source and dynamic instrumentation toolkit, that allows developers, reverse-engineers, and security researchers to inject code into existing running processes. Unlike other static tools used for reverse-engineering, it allows online patching operations, modifying the code of a program during its execution. Why FRIDA? Frida is compatible with different operating systems, not only…