-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
22 lines (22 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "get-range",
"version": "1.0.0",
"description": "Ghidra is a software reverse engineering (SRE) framework created and maintained by the [National Security Agency][nsa] Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra plug-in components and/or scripts using Java or Python.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roblabla/ghidra.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/roblabla/ghidra/issues"
},
"homepage": "https://github.com/roblabla/ghidra#readme",
"dependencies": {
"nodegit": "^0.27.0"
}
}