frida/frida-node

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

skfly007 opened this issue · 1 comments

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?

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!)