ufrida
v1.0.3
Published
Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android
Downloads
7
Maintainers
Readme
uFrida
Node.js bindings for Frida.
更改说明
- 去除繁琐的编译环境配置
- 优化打包体积
- 增加代码提示
- 示例程序
Depends
- Node.js 12 or newer
Install
安装方法:
需要先配置代理,墙内速度极慢
- 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
Examples
- 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.