mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added support for writing scripts in Python
This commit is contained in:
@@ -15,10 +15,10 @@ using namespace hex;
|
||||
using namespace hex::plugin::decompress;
|
||||
|
||||
IMHEX_PLUGIN_FEATURES() {
|
||||
{ "bzip2 Support", IMHEX_FEATURE_ENABLED(BZIP2) },
|
||||
{ "zlib Support", IMHEX_FEATURE_ENABLED(ZLIB) },
|
||||
{ "LZMA Support", IMHEX_FEATURE_ENABLED(LIBLZMA) },
|
||||
{ "zstd Support", IMHEX_FEATURE_ENABLED(ZSTD) },
|
||||
{ "bzip2", IMHEX_FEATURE_ENABLED(BZIP2) },
|
||||
{ "zlib", IMHEX_FEATURE_ENABLED(ZLIB) },
|
||||
{ "LZMA", IMHEX_FEATURE_ENABLED(LIBLZMA) },
|
||||
{ "zstd", IMHEX_FEATURE_ENABLED(ZSTD) },
|
||||
};
|
||||
|
||||
IMHEX_PLUGIN_SETUP("Decompressing", "WerWolv", "Support for decompressing data") {
|
||||
|
||||
Reference in New Issue
Block a user