mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Exposed demangling of symbols to CLI
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user