From ec89dbdbcce4126f530bfb3388b8085f8226fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 2 Nov 2023 18:33:14 -0300 Subject: [PATCH] Added ImHex to Editors section (#875) Co-authored-by: Serhii Londar --- applications.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index f59b9b1f..fec665b6 100644 --- a/applications.json +++ b/applications.json @@ -9607,6 +9607,23 @@ "typescript" ] }, + { + "short_description": "A Hex Editor for Reverse Engineers.", + "categories": [ + "Editors". + "IDE" + ], + "repo_url": "https://github.com/WerWolv/ImHex/", + "title": "ImHex", + "icon_url": "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/dist/windows/icon.ico", + "screenshots": [ + "https://raw.githubusercontent.com/WerWolv/ImHex/master/resources/projects/splash_screen.svg" + ], + "official_site": "https://imhex.werwolv.net/", + "languages": [ + "c++" + ] + }, { "short_description": "MacOS menu bar app for launching iOS  and Android 🤖 emulators.", "categories": [ @@ -9621,6 +9638,7 @@ "official_site": "https://www.minisim.app/", "languages": [ "swift" + ] }, { @@ -9638,6 +9656,6 @@ "languages": [ "c" ] -} + } ] }