Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 391 Bytes

frida-node-api-tools

Frida script to intercept with NodeJS API and Electron Application

Usage

See src/index.js for sample code.

Features

  • Intercept NodeJS API
  • Intercept Electron API
  • Force open Electron devtools (only support 32bit Electron) frida -l build/_agent.js --exit-on-error --kill-on-exit -f <path/to/electron> Then press F12 in Electron window.