7 #ifndef UNPACKERTOOL_PLUGINS_MPRESS_MPRESS_H
8 #define UNPACKERTOOL_PLUGINS_MPRESS_MPRESS_H
15 #define mpress_plugin plugin(retdec::unpackertool::mpress::MpressPlugin)
18 namespace unpackertool {
71 virtual void prepare()
override;
72 virtual void unpack()
override;
73 virtual void cleanup()
override;
79 std::uint8_t& lp, std::uint8_t& lc);
91 std::unique_ptr<retdec::loader::Image>
_file;
The class for dynamic buffered data manipulation taking the endianness of the data in account.
Definition: dynamic_buffer.h:36
Declaration of class for buffered data mainpulation.
Interface to loader library.
Definition: archive_wrapper.h:19
Plugin class declaration which is representation of interface to the plugin library.