| 5 | |
| 6 | namespace BinaryNinja::RTTI::Microsoft { |
| 7 | struct BaseClassArray |
| 8 | { |
| 9 | uint32_t length; |
| 10 | std::vector<uint64_t> descriptors; |
| 11 | |
| 12 | BaseClassArray(BinaryView *view, uint64_t address, uint32_t length); |
| 13 | }; |
| 14 | |
| 15 | struct ClassHierarchyDescriptor |
| 16 | { |
no outgoing calls
no test coverage detected