Node.js bindings for Frida.
- 去除繁琐的编译环境配置
- 优化打包体积
- 增加代码提示
- 示例程序
- Node.js 12 or newer
-
安装方法:
-
需要先配置代理,墙内速度极慢
- windows
set http_proxy=http://127.0.0.1:7890
- *nix
export http_proxy=http://127.0.0.1:7890
- windows
npm install ufrida
# or
yarn add ufrida
# or
pnpm add ufrida
- Follow Setting up the experiment to produce a binary.
- Run the binary.
- Take note of the memory address the binary gives you when run.
- Run any of the examples, passing the name of the binary as a parameter, and the memory address as another.