| 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 | { |
no outgoing calls
no test coverage detected