ampotos / dynStruct

Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone
MIT License
316 stars 34 forks source link

A graphique view of accesses inspired by tracectory #22

Open ampotos opened 7 years ago

ampotos commented 7 years ago

The graph view showing the memory access of tracectory (https://bitbucket.org/oebeling/tracectory/wiki/Home) may be en insteresting feature for dynstruct. Focused on the memory accesses and using the data actually gathered (just need to add a tim notion somewhere cf https://github.com/ampotos/dynStruct/issues/15) it may be en easy way to see what where and when the allocated memory is used.