Socket
Book a DemoInstallSign in
Socket

frida

Package Overview
Dependencies
Maintainers
1
Versions
705
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frida

Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android

latest
Source
npmnpm
Version
17.3.2
Version published
Weekly downloads
2K
-35.99%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

debugger

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts