-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.nls.json
More file actions
123 lines (123 loc) · 5.01 KB
/
package.nls.json
File metadata and controls
123 lines (123 loc) · 5.01 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"panel.title": "Frida Utilities",
"extension.description": "Unofficial frida workbench for VSCode",
"frida.decryptOutput": "Preferred directory to save ipa or apk",
"frida.dumpOutput": "Preferred directory to save memory dumps",
"frida.androidServerPath": "Path to frida-server on Android",
"frida.refreshInterval": "Auto-refresh interval for device and process lists in milliseconds. Set to 0 to disable.",
"frida.ps.refresh": "Reload process list",
"frida.apps.refresh": "Reload application list",
"frida.remote.add": "Connect Remote Device...",
"frida.remote.remove": "Disconnect Remote Device...",
"frida.attach": "Attach to",
"frida.device.copy": "Copy Device ID",
"frida.bundle.copy": "Copy Bundle ID",
"frida.name.copy": "Copy Process Name",
"frida.pid.copy": "Copy Process ID",
"frida.spawn": "Spawn",
"frida.spawn.suspended": "Spawn Suspended",
"frida.kill": "End Process",
"frida.debug.setup": "Create Debugger Configuration",
"frida.syslog": "Logs",
"frida.syslog.vacuum": "Close All Console",
"frida.view.modules": "Modules",
"frida.view.classes": "Classes",
"frida.view.protocols": "Protocols",
"frida.view.detail": "Device Detail",
"frida.view.memory": "Memory Ranges",
"frida.view.scanner": "Memory Scanner",
"frida.external.apk": "Pull APK from Device",
"frida.device.androidserver": "Start frida-server",
"frida.external.shell": "Open Shell",
"frida.boilerplate.agent": "Create Frida Agent",
"frida.boilerplate.module": "Create Frida CModule",
"frida.typing.init": "Get Type Hint for Frida",
"frida.lsp.target": "Use This Target for Frida Autocomplete",
"frida.apps": "Application List",
"frida.ps": "Process List",
"Open a folder or workspace first to save Frida autocomplete target": "Open a folder or workspace first to save Frida autocomplete target",
"Open": "Open",
"View Config": "View Config",
"Open Folder": "Open Folder",
"Created .vscode/frida.json for {0}": "Created .vscode/frida.json for {0}",
"Failed to write .vscode/frida.json: {0}": "Failed to write .vscode/frida.json: {0}",
"Modules": "Modules",
"Filter modules...": "Filter modules...",
"Loading modules...": "Loading modules...",
"Select a module": "Select a module",
"Path": "Path",
"Range": "Range",
"Filter exports...": "Filter exports...",
"Select All": "Select All",
"Click a module to view its exports": "Click a module to view its exports",
"{0} selected": "{0} selected",
"Classes": "Classes",
"Filter classes...": "Filter classes...",
"Loading classes...": "Loading classes...",
"Select a class": "Select a class",
"Filter methods...": "Filter methods...",
"Show Inherited": "Show Inherited",
"Click a class to view its methods": "Click a class to view its methods",
"Select": "Select",
"Unknown error": "Unknown error",
"Open frida.json": "Open frida.json",
"Frida LSP: {0}": "Frida Autocomplete: {0}",
"Modules - {0}": "Modules - {0}",
"Classes - {0}": "Classes - {0}",
"Protocols": "Protocols",
"Protocols - {0}": "Protocols - {0}",
"Filter protocols...": "Filter protocols...",
"Loading protocols...": "Loading protocols...",
"Select a protocol": "Select a protocol",
"Click a protocol to view its methods": "Click a protocol to view its methods",
"Generate Header": "Generate Header",
"Generating...": "Generating...",
"Batch Hook": "Batch Hook",
"With AI": "With AI",
"Detail - {0}": "Detail - {0}",
"Memory - {0}": "Memory - {0}",
"Device": "Device",
"Operating System": "Operating System",
"Security": "Security",
"Name": "Name",
"Type": "Type",
"Version": "Version",
"Architecture": "Architecture",
"Platform": "Platform",
"Access": "Access",
"Full (Rooted/Jailbroken)": "Full (Rooted/Jailbroken)",
"Jailed": "Jailed",
"Unknown": "Unknown",
"Loading device info...": "Loading device info...",
"Memory Ranges": "Memory Ranges",
"Scanner": "Scanner",
"Scan": "Scan",
"String": "String",
"Hex": "Hex",
"Pointer": "Pointer",
"Pattern...": "Pattern...",
"Select a range to scan": "Select a range to scan",
"No matches found": "No matches found",
"Results": "Results",
"Address": "Address",
"Hex Dump": "Hex Dump",
"Loading memory ranges...": "Loading memory ranges...",
"Loading...": "Loading...",
"Loading manifest...": "Loading manifest...",
"Memory Scanner": "Memory Scanner",
"Memory Scanner - {0}": "Memory Scanner - {0}",
"Stop": "Stop",
"Connecting...": "Connecting...",
"Scanning...": "Scanning...",
"Dumping {0}": "Dumping {0}",
"Dumped {0} bytes to {1}": "Dumped {0} bytes to {1}",
"Dump failed": "Dump failed",
"Reveal": "Reveal",
"Disconnected": "Disconnected",
"Scan error": "Scan error",
"Invalid pattern": "Invalid pattern",
"Search...": "Search...",
" exports": " exports",
" methods": " methods",
" selected": " selected"
}