m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.62k stars 376 forks source link

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

Closed skfly007 closed 3 years ago

skfly007 commented 3 years ago
const frida_load = require('frida-load');
frida_load("example.js");
fs.readFileSync("example.js", 'utf8');

What is the difference between the above two way ?

m0bilesecurity commented 3 years ago

Duplicated https://github.com/frida/frida-node/issues/69