Frida script to intercept with NodeJS API and Electron Application
See src/index.js
for sample code.
- 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.