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

Class BaseClassArray

plugins/rtti/microsoft.h:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6namespace 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 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected