#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Classes | |
class | ASSA::MemDump |
A class that converts raw binary memory image into hex-ascii representation, much like od(1) does.
MemDump transforms binary chunk of memory into corresponding hex and ascii formats.
Definition in file MemDump.h.