retdec
Public Attributes | List of all members
retdec::unpackertool::upx::UnfilterSignatureData Struct Reference

#include <pe_upx_stub.h>

Collaboration diagram for retdec::unpackertool::upx::UnfilterSignatureData:
Collaboration graph
[legend]

Public Attributes

retdec::unpacker::Signaturesignature
 Signature associated with the stub. More...
 
std::uint32_t filterId
 Used to store data specific for each type of stub. More...
 

Detailed Description

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

Member Data Documentation

◆ filterId

std::uint32_t retdec::unpackertool::upx::UnfilterSignatureData::filterId

Used to store data specific for each type of stub.

◆ signature

retdec::unpacker::Signature* retdec::unpackertool::upx::UnfilterSignatureData::signature

Signature associated with the stub.


The documentation for this struct was generated from the following file: