Can we extract vtable's starting base address of a type if it implements vtable functions from DIA SDK?
Regards, Usman
Can we extract vtable's starting base address of a type if it implements vtable functions from DIA SDK?
Regards, Usman
This is compiler dependent of course, but the first 4 bytes of an object (if it has 1 or more virtual functions) is a pointer to its vtable.