Closed skfly007 closed 2 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?
frida-load
This is no longer maintained and has been superseded by frida-compile.
frida-compile
where can I find the api document for frida-node?
There aren't any yet. (PRs welcome though!)
Question_01:
What is the difference between the above two way ?
Question_02: where can I find the api document for frida-node?