MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CompleteObjectLocator

Class CompleteObjectLocator

plugins/rtti/microsoft.h:47–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 };
46
47 struct CompleteObjectLocator
48 {
49 uint32_t signature;
50 uint32_t offset;
51 uint32_t cdOffset;
52 int32_t pTypeDescriptor;
53 int32_t pClassHierarchyDescriptor;
54 // Only on 64 bit
55 int32_t pSelf;
56
57 CompleteObjectLocator(BinaryView *view, uint64_t address);
58 };
59
60 class MicrosoftRTTIProcessor : public RTTIProcessor
61 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected