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

Home Page:https://twitter.com/mobilesecurity_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

skfly007 opened this issue · comments

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

What is the difference between the above two way ?