retdec
|
Implementation of abstract UPX stub class that represents the unpacking procedure itself. More...
#include "retdec/fileformat/fileformat.h"
#include "unpackertool/plugins/upx/decompressors/decompressors.h"
#include "unpackertool/plugins/upx/elf/elf_upx_stub.h"
#include "unpackertool/plugins/upx/macho/macho_upx_stub.h"
#include "unpackertool/plugins/upx/pe/pe_upx_stub.h"
#include "unpackertool/plugins/upx/upx.h"
#include "unpackertool/plugins/upx/upx_exceptions.h"
#include "unpackertool/plugins/upx/upx_stub.h"
#include "unpackertool/plugins/upx/upx_stub_signatures.h"
#include "retdec/unpacker/decompression/compressed_data.h"
#include "retdec/utils/dynamic_buffer.h"
Namespaces | |
retdec | |
retdec::unpackertool | |
Generic unpacker. | |
retdec::unpackertool::upx | |
UPX unpacker. | |
Implementation of abstract UPX stub class that represents the unpacking procedure itself.