master
1{
2 "version": "3",
3 "description": "CFF Explorer was designed to make PE editing as easy as possible, but without losing sight on the portable executable’s internal structure. This application includes a series of tools which might help not only reverse engineers but also programmers. It offers a multi-file environment and a switchable interface.",
4 "homepage": "https://ntcore.com/explorer-suite/",
5 "architecture": {
6 "64bit": {
7 "url": "https://ntcore.com/files/CFF_Explorer.zip",
8 "hash": "8e72bcb9c6e83f188f4a259ad039ed3cc37cdf2c3ea12b00f0df8d8b67e96d96",
9 "extract_dir": "CFF_Explorer"
10 }
11 },
12 "bin": [
13 [ "CFF Explorer.exe", "cff-explorer"]
14 ]
15}