ufrida
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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.

/ufrida/

    Package Sidebar

    Install

    npm i ufrida

    Weekly Downloads

    145

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    110 kB

    Total Files

    31

    Last publish

    Collaborators

    • r3x5ur