feat: Added --hexdump subcommand

This commit is contained in:
WerWolv
2023-12-05 16:45:35 +01:00
parent 760b8c7a88
commit 2b22a15e8c
3 changed files with 30 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ IMHEX_PLUGIN_SUBCOMMANDS() {
{ "decode", "Decode a string", hex::plugin::builtin::handleDecodeCommand },
{ "magic", "Identify file types", hex::plugin::builtin::handleMagicCommand },
{ "pl", "Interact with the pattern language", hex::plugin::builtin::handlePatternLanguageCommand },
{ "hexdump", "Generate a hex dump of the provided file", hex::plugin::builtin::handleHexdumpCommand },
};
IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {