Frida is a dynamic code instrumentation toolkit. Frida allows you to rapidly develop tools to dynamically analyze and manipulate software. This is done by injecting Google’s V8 engine into the target process, allowing JavaScript to be executed inside the running process. From that point on you are able to access memory, hook functions and call… Read More »