You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: