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

@@ -17,6 +17,7 @@ namespace hex::plugin::builtin {
void handleDecodeCommand(const std::vector<std::string> &args);
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 registerCommandForwarders();