HexDump Module
Provides hex dumping functionality.
Functions and values
Function or value | Description |
Full Usage:
HexDump.render bytesPerLine wordSize useColor addr bytes
Parameters:
int
-
Number of bytes to display per line.
wordSize : WordSize
-
Word size used for address formatting.
useColor : bool
-
Whether to use colored output.
addr : uint64
-
Starting address for the dump.
bytes : byte array
-
The byte array to render.
Returns: OutString array
An array of hex dump lines in either colored or plain text format.
|
|