7 #ifndef UNPACKERTOOL_PLUGINS_UPX_DECOMPRESSORS_DECOMPRESSOR_H
8 #define UNPACKERTOOL_PLUGINS_UPX_DECOMPRESSORS_DECOMPRESSOR_H
17 namespace unpackertool {
20 template <
int bits>
class ElfUpxStub;
21 template <
int bits>
class MachOUpxStub;
22 template <
int bits>
class PeUpxStub;
61 void performDecompression(
const std::weak_ptr<retdec::unpacker::CompressedData>& compressedDataWptr,
The class for dynamic buffered data manipulation taking the endianness of the data in account.
Definition: dynamic_buffer.h:36
Declaration of class for abstract compressed data.
Definition: archive_wrapper.h:19