-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlibrary.json
More file actions
46 lines (46 loc) · 1.15 KB
/
library.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"filename": "enum_classes.js",
"description": "Enumerate all Java classes"
},
{
"filename": "enum_methods.js",
"description": "Enumerate all methods declared in a Java class"
},
{
"filename": "find_pattern.js",
"description": "Find all Java classes that match a pattern"
},
{
"filename": "clipboard.js",
"description": "Dump the clipboard content"
},
{
"filename": "hook_method.js",
"description": "Dynamically hooks all overloads of a specified Java method"
},
{
"filename": "log_interceptor.js",
"description": "Intercept and log all calls to Android's logging functions"
},
{
"filename": "get_android_id.js",
"description": "Get the unique ANDROID_ID for the target app"
},
{
"filename": "get_app_env_info.js",
"description": "Get Env App Info for the target app"
},
{
"filename": "enum_dex_classes.js",
"description": "Enumerate Dex classes"
},
{
"filename": "debugger_connected_bypass.js",
"description": "Debugger connected Bypass"
},
{
"filename": "hello.js",
"description": "Just a simple Hello World script (for testing purposes)"
}
]