Replies: 4 comments
-
@AndnixSH You can read more about frida here. Since this isn't really related to my project, let me know if I can close this. |
Beta Was this translation helpful? Give feedback.
-
Oh i was expecting more python related. Last question, can't this be used within python? I'm more familar with python and have frida installed |
Beta Was this translation helpful? Give feedback.
-
Nvm, frida is more related to Typescript. |
Beta Was this translation helpful? Give feedback.
-
@AndnixSH You can look at the example package.json file and look at the npm scripts; it uses frida-compile to bundle a multi module typescript project into a single javascript file. |
Beta Was this translation helpful? Give feedback.
-
This is the first time compiling index.ts and i'm getting stuck, i'm really new to node.js.
Since README didn't explained the installation, i did research myself and found out i need to install node.js and tsc on Windows 10
Then i proceed with these steps as they were required
But i'm getting duplicate error
If i deleted the
node
folder which i installed vianpm install @types/node --save-dev
then i'm getting missing errors. Too long to post hereSo what i'm missing there? is it improper way I installed it? If so, what's the proper way to install and setup?
Beta Was this translation helpful? Give feedback.
All reactions