Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,939
Widok
0
17/01/2021 10:19 pm
Topic starter
or ReferenceError: 'require' is not defined
1 Answer
0
17/01/2021 10:21 pm
Topic starter
1. after tsc command you have to process output index.js file through frida-compile
2. https://www.npmjs.com/package/frida-compile
2.1 or
npm i frida-compile
3. then
frida-compile.cmd index.js -o indexout.js
(windows)
4. then
frida -U -l "indexout.js" com.target.app --debug