retdec
|
#include <rtti_gcc.h>
Public Attributes | |
retdec::common::Address | baseClassAddr |
Address of the base class TypeInfo structure. More... | |
std::shared_ptr< ClassTypeInfo > | baseClass |
Object created for base on address baseClassAddr . More... | |
![]() | |
retdec::common::Address | vtableAddr |
Pointer (address) of virtual table for this TypeInfo instance. More... | |
retdec::common::Address | nameAddr |
NTBS (null-terminated byte string) address. More... | |
retdec::common::Address | address |
Position of this TypeInfo entry. More... | |
std::string | name |
String from nameAddr position. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~TypeInfo ()=default |
bool | operator== (const TypeInfo &o) const |
bool | operator!= (const TypeInfo &o) const |
ABI: __si_class_type_info
For classes containing only a single, public, non-virtual base at offset zero.
std::shared_ptr<ClassTypeInfo> retdec::rtti_finder::SiClassTypeInfo::baseClass |
Object created for base on address baseClassAddr
.
retdec::common::Address retdec::rtti_finder::SiClassTypeInfo::baseClassAddr |
Address of the base class TypeInfo
structure.