Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
2
Użytkownicy
0
Reactions
2,207
Widoki
0
17/01/2021 10:19 pm
Rozpoczynający temat
or ReferenceError: 'require' is not defined
1 odpowiedź
0
17/01/2021 10:21 pm
Rozpoczynający temat
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