hexdump Module

Files

hexdump/hexdump.cm

Functions

void HexDump(const String<char>& fileName)
String<char> HexDumpLine(int addr, byte* bytes, int numBytes)
void PrintHelp()
int ReadBytes(byte[16]& bytes, BinaryReader& reader)
int main(int argc, const char** argv)

Constants

const int bytesInLine = 16

Function Details

HexDump Function

void HexDump(const String<char>& fileName)

Definition
Line 78 of hexdump/hexdump.cm


HexDumpLine Function

String<char> HexDumpLine(int addr, byte* bytes, int numBytes)

Definition
Line 21 of hexdump/hexdump.cm


PrintHelp Function

void PrintHelp()

Definition
Line 11 of hexdump/hexdump.cm


ReadBytes Function

int ReadBytes(byte[16]& bytes, BinaryReader& reader)

Definition
Line 59 of hexdump/hexdump.cm


main Function

int main(int argc, const char** argv)

Definition
Line 112 of hexdump/hexdump.cm