Skip to content

r3x5ur/ufrida

Repository files navigation

uFrida

NPM version NPM Downloads

Node.js bindings for Frida.

更改说明

  1. 去除繁琐的编译环境配置
  2. 优化打包体积
  3. 增加代码提示
  4. 示例程序

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
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.