Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android
npm install frida[![NPM version][npm-v-image]][npm-link]
[![NPM Downloads][npm-dm-image]][npm-link]
Node.js bindings for Frida.
- Node.js v16.x or newer
Install from binary:
``sh`
$ npm install frida
Install from source:
`sh`
$ make
$ npm install
* 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)
To recompile only the C++ files that have changed, first run the
"Install from source" step above, then simply run make again.
`sh``
$ make prebuild
[npm-link]: https://www.npmjs.com/package/frida
[npm-v-image]: https://img.shields.io/npm/v/frida.svg
[npm-dm-image]: https://img.shields.io/npm/dm/frida.svg