ELFObject
ELFObject()
int16_t ELFObject::GetValue(int16_t& value)
uint16_t ELFObject::GetValue(uint16_t& value)
int32_t ELFObject::GetValue(int32_t& value)
uint32_t ELFObject::GetValue(uint32_t& value)
int64_t ELFObject::GetValue(int64_t& value)
uint64_t ELFObject::GetValue(uint64_t& value)
void ELFObject::_ParseELFHeader()
bool ELFObject::_ReadSectionHeader(int index, SectionInfo& info)
ELFObject elfObject;