7 #ifndef RETDEC_FILEFORMAT_TYPES_RICH_HEADER_RICH_HEADER_H
8 #define RETDEC_FILEFORMAT_TYPES_RICH_HEADER_RICH_HEADER_H
27 unsigned long long key = 0;
33 std::vector<std::uint8_t>
bytes;
39 bool getOffset(
unsigned long long &richOffset)
const;
40 bool getKey(
unsigned long long &richKey)
const;
46 const std::vector<std::uint8_t>&
getBytes()
const;
52 void setOffset(
unsigned long long richOffset);
53 void setKey(
unsigned long long richKey);
56 void setBytes(
const std::vector<std::uint8_t>& richHeaderBytes);
72 void dump(std::string &dumpHeader)
const;
Class for information about linker.
Definition: archive_wrapper.h:19