#include <stdio.h>
#include <string.h>
Include dependency graph for MemDump.h:
This graph shows which files directly or indirectly include this file:
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.