Frida Node.js bindings
Node.js bindings for Frida.
Install from binary:
npm install
Install from source:
FRIDA=/absolute/path/to/fully/compiled/frida/repo npm install
(Note: only some examples use the memory address)
The prebuild tool is used to handle building from source and packaging.
To recompile only the C++ files that have changed, first run the "Install from source" step above, then simply run:
make -C build
npm run prebuild