osirislab / Project-Ideas

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

Heap read/write tracer #54

Open evanpjensen opened 11 years ago

evanpjensen commented 11 years ago

Write a windbg script that keeps track of dynamic memory allocations (table with addrs and sizes). Check for reads/writes that don't crash the program but are undefined.