feat: Exposed demangling of symbols to CLI

This commit is contained in:
WerWolv
2023-12-15 08:11:51 +01:00
parent b58463bbaf
commit b5df20d7c6
4 changed files with 13 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ IMHEX_PLUGIN_SUBCOMMANDS() {
{ "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 },
{ "hexdump", "Demangle a mangled symbol", hex::plugin::builtin::handleDemangleCommand },
};
IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {