Prints hexadecimal dump of a file to console.
HexDump/main.cm |
Result<bool> | HexDump(const String<char>& fileName) |
Result<String<char>> | HexDumpLine(uint addr, byte* bytes, uint numBytes) |
void | PrintHelp() |
int | main(int argc, const char** argv) |
const uint bytesInLine | 16u |