Node.js bindings for Frida.
Install from binary:
$ npm install frida
Install from source:
$ make
$ npm install
Build for Electron:
$ ./configure --with-runtime=electron --with-target=27.0.0
$ make
$ npm install
(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.
$ ./configure --with-runtime=electron --with-target=27.0.0
$ make prebuild