From 5bbf4342ee40bf646f964c3f6dad1f250def0c11 Mon Sep 17 00:00:00 2001 From: Nik Date: Tue, 23 May 2023 15:08:14 +0200 Subject: [PATCH] git: Added plugins list --- PLUGINS.md | 17 +++++++++++++++++ README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 PLUGINS.md diff --git a/PLUGINS.md b/PLUGINS.md new file mode 100644 index 000000000..3b2cf8699 --- /dev/null +++ b/PLUGINS.md @@ -0,0 +1,17 @@ +# Plugins + +ImHex is entirely built around the possibility to easily load plugins (most of it's features are actually implemented as a plugin!). + +To install plugins, simply download the relevant `.hexplug` file and drop it in your `plugins` folder. The location of that folder can be found under `Help -> About -> ImHex Directories`. + +## Available Plugins + +(If you're developing a Plugin on your own, please feel free to add it to this list) + +### Official Plugins +- [Malcore Plugin](https://github.com/WerWolv/ImHex-Malcore-Plugin) + - Direcly upload your files to https://malcore.io for advanced binary analysis. +- [Extra Hashes Plugin](https://github.com/WerWolv/ImHex-Hashes-Plugin) + - Adds support for a variety of new hashes to the Hashes view including Blake, Adler32, Murmur and Tiger + +### Third-Party Plugins diff --git a/README.md b/README.md index 06a6292f5..e579aab4a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Documentation + + Plugins +

## Supporting