retdec
|
#include <upx_stub_signatures.h>
Public Attributes | |
retdec::fileformat::Architecture | architecture |
Architecture this unpacking stub occures on. More... | |
retdec::fileformat::Format | format |
File format this unpacking stub occures in. More... | |
retdec::unpacker::Signature * | signature |
Signature of this unpacking stub. More... | |
UpxStubVersion | version |
Version this unpacking stub associates with. More... | |
std::uint32_t | size |
Size of the whole unpacking stub. Not used on ELF, only on PE. More... | |
std::uint32_t | searchDistance |
In case of non-fixed position of the signature, this field is used for searching around EP offset with this distance. More... | |
Data of the UPX unpacking stub used to match the right version.
retdec::fileformat::Architecture retdec::unpackertool::upx::UpxStubData::architecture |
Architecture this unpacking stub occures on.
retdec::fileformat::Format retdec::unpackertool::upx::UpxStubData::format |
File format this unpacking stub occures in.
std::uint32_t retdec::unpackertool::upx::UpxStubData::searchDistance |
In case of non-fixed position of the signature, this field is used for searching around EP offset with this distance.
retdec::unpacker::Signature* retdec::unpackertool::upx::UpxStubData::signature |
Signature of this unpacking stub.
std::uint32_t retdec::unpackertool::upx::UpxStubData::size |
Size of the whole unpacking stub. Not used on ELF, only on PE.
UpxStubVersion retdec::unpackertool::upx::UpxStubData::version |
Version this unpacking stub associates with.