2023-11-12 01:22:01 +01:00
|
|
|
#include <hex/helpers/literals.hpp>
|
|
|
|
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
|
2023-12-01 13:53:51 +01:00
|
|
|
void drawDemangler();
|
|
|
|
void drawASCIITable();
|
|
|
|
void drawRegexReplacer();
|
|
|
|
void drawColorPicker();
|
|
|
|
void drawMathEvaluator();
|
|
|
|
void drawGraphingCalculator();
|
|
|
|
void drawBaseConverter();
|
|
|
|
void drawByteSwapper();
|
|
|
|
void drawPermissionsCalculator();
|
|
|
|
// void drawFileUploader();
|
|
|
|
void drawWikiExplainer();
|
2023-11-12 01:22:01 +01:00
|
|
|
|
2023-12-01 13:53:51 +01:00
|
|
|
void drawIEEE754Decoder();
|
|
|
|
void drawInvariantMultiplicationDecoder();
|
|
|
|
void drawTCPClientServer();
|
|
|
|
void drawEuclidianAlgorithm();
|
|
|
|
|
|
|
|
void drawFileToolShredder();
|
|
|
|
void drawFileToolSplitter();
|
|
|
|
void drawFileToolCombiner();
|
2023-11-30 11:23:12 +01:00
|
|
|
|
2024-01-04 00:38:21 +01:00
|
|
|
void drawHTTPRequestMaker();
|
|
|
|
|
2023-11-12 01:22:01 +01:00
|
|
|
}
|