frida-load

1.0.0 • Public • Published

frida-load

Load a Frida script comprised of one or more Node.js modules.

Example

var frida = require('frida');
var load = require('frida-load');
 
load(require.resolve('./agent.js'))
.then(function (source) {
  frida.attach('Skype')
  .then(function (session) {
    session.createScript(source)
    .then(...) // and so on
  });
});

Installation

$ npm install frida-load

Readme

Keywords

Package Sidebar

Install

npm i frida-load

Homepage

www.frida.re

Weekly Downloads

5

Version

1.0.0

License

LGPL-2.0 WITH WxWindows-exception-3.1

Last publish

Collaborators

  • oleavr