|
|
|
|
|
by haberman
2018 days ago
|
|
Wow, that is very interesting. The docs say it is injecting QuickJS though, not v8? > Frida’s core is written in C and injects QuickJS into the target processes, where your JS gets executed with full access to memory, hooking functions and even calling native functions inside the process. https://frida.re/docs/home/ |
|
I always use v8, because it has better compatibility with libraries and tools.