Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
skfly007 opened this issue Sep 15, 2021 · 1 comment
Closed

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

skfly007 opened this issue Sep 15, 2021 · 1 comment

Comments

@skfly007
Copy link

skfly007 commented Sep 15, 2021

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
Copy link
Member

oleavr commented May 6, 2022

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

@oleavr oleavr closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants