retdec
|
#include <pe_upx_stub.h>
Public Attributes | |
retdec::unpacker::Signature * | signature |
Signature associated with the stub. More... | |
std::uint32_t | filterId |
Used to store data specific for each type of stub. More... | |
UPX unpacking stub consists of main stub (decompression) and then many more smaller stubs which perform various tasks like fixing imports, fixing relocations etc.
This data structure represents information about these auxiliary unpacking stubs
std::uint32_t retdec::unpackertool::upx::UnfilterSignatureData::filterId |
Used to store data specific for each type of stub.
retdec::unpacker::Signature* retdec::unpackertool::upx::UnfilterSignatureData::signature |
Signature associated with the stub.