Commit 776234a

kravantokh <kravantokh@noreply.codeberg.org>
2026-02-13 14:30:50
Add CFF Explorer.
1 parent f026ab7
Changed files (1)
bucket/cff-explorer.json
@@ -0,0 +1,15 @@
+{
+	"version": "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.",
+	"homepage": "https://ntcore.com/explorer-suite/",
+	"architecture": {
+		"64bit": {
+			"url": "https://ntcore.com/files/CFF_Explorer.zip",
+			"hash": "8e72bcb9c6e83f188f4a259ad039ed3cc37cdf2c3ea12b00f0df8d8b67e96d96",
+			"extract_dir": "CFF_Explorer"
+		}
+	},
+	"bin": [
+		[ "CFF Explorer.exe", "cff-explorer.exe"]
+	]
+}