osirislab / Project-Ideas

A place to discuss potential projects for students of the ISIS Lab.
385 stars 79 forks source link

Object Tracker #53

Open evanpjensen opened 11 years ago

evanpjensen commented 11 years ago

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.