retdec
Classes | Namespaces | Enumerations
unfilter.h File Reference

Declaration of jump unfilters for UPX. More...

#include "retdec/utils/dynamic_buffer.h"

Go to the source code of this file.

Classes

struct  retdec::unpackertool::upx::Unfilter
 
struct  retdec::unpackertool::upx::Unfilter11
 
struct  retdec::unpackertool::upx::Unfilter16
 
struct  retdec::unpackertool::upx::Unfilter24
 
struct  retdec::unpackertool::upx::Unfilter26_46
 
struct  retdec::unpackertool::upx::Unfilter49
 
struct  retdec::unpackertool::upx::Unfilter50
 
struct  retdec::unpackertool::upx::UnfilterD0
 

Namespaces

 retdec
 
 retdec::unpackertool
 Generic unpacker.
 
 retdec::unpackertool::upx
 UPX unpacker.
 

Enumerations

enum  retdec::unpackertool::upx::Filters {
  retdec::unpackertool::upx::FILTER_NONE = 0x0 , retdec::unpackertool::upx::FILTER_11 = 0x11 , retdec::unpackertool::upx::FILTER_16 = 0x16 , retdec::unpackertool::upx::FILTER_24 = 0x24 ,
  retdec::unpackertool::upx::FILTER_26 = 0x26 , retdec::unpackertool::upx::FILTER_46 = 0x46 , retdec::unpackertool::upx::FILTER_49 = 0x49 , retdec::unpackertool::upx::FILTER_50 = 0x50 ,
  retdec::unpackertool::upx::FILTER_D0 = 0xD0 , retdec::unpackertool::upx::FILTER_UNKNOWN = 0xFF
}
 

Detailed Description

Declaration of jump unfilters for UPX.