frida / frida-node

Frida Node.js bindings
282 stars 66 forks source link

What is the function of require('frida-load'); #69

Closed skfly007 closed 2 years ago

skfly007 commented 3 years ago

Question_01:

const frida_load = require('frida-load');
frida_load("example.js");
fs.readFileSync("example.js", 'utf8');

What is the difference between the above two way ?

Question_02: where can I find the api document for frida-node?

oleavr commented 2 years ago

frida-load

This is no longer maintained and has been superseded by frida-compile.

where can I find the api document for frida-node?

There aren't any yet. (PRs welcome though!)