JingMatrix
JingMatrix
Here is the current design of the `GM_cookie` API 1. If `GM_cookie` is granted, then by default, cookies stored by the browser application are added for __same origin__ `GM_xmlhttpRequest` requests....
Editing userscript inside via is inconvient. I would like to suggest allowing user to load userscript from files and update them automatically.
Hello, this is my first time using `r2frida`. I complied a `hello_world` C program on my Linux x86_64, and inspected it with `r2frida`. My `frida` version is `17.2.14` and my...
Hello, when I try to build / install `r2frida` via `r2pm -ci r2frida`, I get the following build error: ``` Final report: - R2_VERSION = radare2 6.0.2 0 @ linux-arm-64...
When we spawn a process and pause its main thread via the following command, ``` frida --pause -f /tmp/a.out ``` the output of `Process.enumerateThreads()` is an empty array, which completely...