Frida is a dynamic code toolkit that allows you to inject your own code into other applications on the fly.
It allows you to monitor function calls, modify function behavior, and intercept data in real time.
— The framework can use a script to interact with functions located in the V8 engine, somehow loaded into the address space of the process being analyzed.