7#include "../dumper/dumper.h"
8#include "../linker/reader.h"
9#include "../linker/segment_manager.h"
10#include "../linker/writer.h"
28 std::shared_ptr<LEFormat> contents;
37 std::vector<Entry> entries;
63 uint32_t file_offset = 0;
65 std::shared_ptr<Linker::Buffer> contents =
nullptr;
75 std::vector<Chunk> chunks;
79 std::shared_ptr<Linker::Buffer> DecompressW4();
An abstract interface that separates structure and presentation of the data inside a file.
Definition dumper.h:662
A helper class, encapsulating functionality needed to import binary data.
Definition reader.h:20
A helper class, encapsulating functionality needed to export binary data.
Definition writer.h:15