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

@@ -18,6 +18,7 @@ namespace hex::plugin::builtin {
void handleMagicCommand(const std::vector<std::string> &args);
void handlePatternLanguageCommand(const std::vector<std::string> &args);
void handleHexdumpCommand(const std::vector<std::string> &args);
void handleDemangleCommand(const std::vector<std::string> &args);
void registerCommandForwarders();