UNPKG
frida-compile
Version:
latest (19.0.5)
19.0.5
19.0.4
19.0.3
19.0.2
19.0.1
19.0.0
18.0.0
17.0.0
16.4.2
16.4.1
16.4.0
16.3.0
16.2.2
16.2.1
16.2.0
16.1.9
16.1.8
16.1.7
16.1.6
16.1.5
16.1.4
16.1.3
16.1.2
16.1.1
16.1.0
16.0.0
15.1.1
15.1.0
15.0.8
15.0.7
15.0.6
15.0.5
15.0.4
15.0.3
15.0.2
15.0.1
15.0.0
14.0.3
14.0.2
14.0.1
14.0.0
13.0.1
13.0.0
12.0.1
12.0.0
11.1.0
11.0.11
11.0.10
11.0.9
11.0.8
11.0.7
11.0.6
11.0.5
11.0.4
11.0.3
11.0.2
11.0.1
11.0.0
10.2.5
10.2.4
10.2.3
10.2.2
10.2.1
10.2.0
10.1.0
10.0.0
9.5.2
9.5.1
9.5.0
9.4.0
9.3.0
9.2.0
9.1.0
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.0
6.0.0
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.1.0
3.0.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Compile a Frida script comprised of one or more Node.js modules
www.frida.re
frida/frida-compile
frida-compile
/
lib
/
iconv.js
6 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
function
throwNotAvailable
(
) {
throw
new
Error
(
'The iconv module is not available'
); }
exports
.
Iconv
= throwNotAvailable;