retdec
|
Implementation of UPX unpacking stub in ELF files. More...
#include <fstream>
#include <limits>
#include <elfio/elfio.hpp>
#include "retdec/utils/alignment.h"
#include "retdec/utils/file_io.h"
#include "retdec/loader/loader.h"
#include "unpackertool/plugins/upx/decompressors/decompressors.h"
#include "unpackertool/plugins/upx/elf/elf_upx_stub.h"
#include "unpackertool/plugins/upx/unfilter.h"
#include "unpackertool/plugins/upx/upx.h"
#include "unpackertool/plugins/upx/upx_exceptions.h"
#include "unpackertool/plugins/upx/upx_stub_signatures.h"
#include "retdec/utils/dynamic_buffer.h"
Namespaces | |
retdec | |
retdec::unpackertool | |
Generic unpacker. | |
retdec::unpackertool::upx | |
UPX unpacker. | |
Implementation of UPX unpacking stub in ELF files.