Write a program that parses all of a programs heap and looks for objects with pointers back to program image. Perform a heuristic to determine of these are vtables. Keep a list of how many objects(of sufficient complexity to have a vtable) of what 'type' are in memory.
Write a program that parses all of a programs heap and looks for objects with pointers back to program image. Perform a heuristic to determine of these are vtables. Keep a list of how many objects(of sufficient complexity to have a vtable) of what 'type' are in memory.