Skip to content

lizhuowu/frida-node

 
 

Repository files navigation

frida-node

NPM version NPM Downloads

Node.js bindings for Frida.

Depends

  • Node.js v16.x or newer

Install

Install from binary:

$ npm install frida

Install from source:

$ make
$ npm install

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.

(Note: only some examples use the memory address)

Developing

To recompile only the C++ files that have changed, first run the "Install from source" step above, then simply run make again.

Packaging

$ make prebuild

About

Frida Node.js bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 63.1%
  • C 21.5%
  • TypeScript 12.1%
  • Meson 2.4%
  • Batchfile 0.5%
  • JavaScript 0.2%
  • Makefile 0.2%