5#include "../dumper/dumper.h"
6#include "../linker/segment_manager.h"
An abstract interface that separates structure and presentation of the data inside a file.
Definition dumper.h:586
A helper class, encapsulating functionality needed to import binary data.
Definition reader.h:16
A helper class to collect sections into segments.
Definition segment_manager.h:32
A helper class, encapsulating functionality needed to export binary data.
Definition writer.h:15