Forum

frida, nodejs, Refe...
 
Powiadomienia
Wyczyść wszystko

frida, nodejs, ReferenceError: 'exports' is not defined

1 Wpisy
2 Użytkownicy
0 Reactions
2,207 Widoki
0
Rozpoczynający temat

or ReferenceError: 'require' is not defined

1 odpowiedź
0
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

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

Podgląd 0 rewizje Zapisano
Udostępnij: