retdec
|
#include <metadata_tables.h>
Public Member Functions | |
virtual void | load (const FileFormat *file, const MetadataStream *stream, std::uint64_t &address) override |
![]() | |
virtual | ~BaseRecord ()=default |
Public Attributes | |
std::uint32_t | hashAlgId |
std::uint16_t | majorVersion |
std::uint16_t | minorVersion |
std::uint16_t | buildNumber |
std::uint16_t | revisionNumber |
std::uint32_t | flags |
BlobStreamIndex | publicKey |
StringStreamIndex | name |
StringStreamIndex | culture |
Additional Inherited Members | |
![]() | |
template<typename T > | |
T | loadUInt (const FileFormat *file, std::uint64_t &address) |
template<typename T > | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<typename T > | |
T | loadIndex (const FileFormat *file, const MetadataStream *stream, std::uint64_t &address) |
template<> | |
std::uint8_t | loadUInt (const FileFormat *file, std::uint64_t &address) |
template<> | |
std::uint16_t | loadUInt (const FileFormat *file, std::uint64_t &address) |
template<> | |
std::uint32_t | loadUInt (const FileFormat *file, std::uint64_t &address) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
template<> | |
std::uint32_t | getIndexSize (const MetadataStream *stream) |
|
inlineoverridevirtual |
Implements retdec::fileformat::BaseRecord.
std::uint16_t retdec::fileformat::Assembly::buildNumber |
StringStreamIndex retdec::fileformat::Assembly::culture |
std::uint32_t retdec::fileformat::Assembly::flags |
std::uint32_t retdec::fileformat::Assembly::hashAlgId |
std::uint16_t retdec::fileformat::Assembly::majorVersion |
std::uint16_t retdec::fileformat::Assembly::minorVersion |
StringStreamIndex retdec::fileformat::Assembly::name |
BlobStreamIndex retdec::fileformat::Assembly::publicKey |
std::uint16_t retdec::fileformat::Assembly::revisionNumber |