ampotos / dynStruct

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

add a time notion #15

Open ampotos opened 8 years ago

ampotos commented 8 years ago

Add a time notion to know in what order the accesses are made.

I don't really know how to do that well so some research on how to do that and how to use this information in the structure recovery must be done first.

ampotos commented 7 years ago

On v7 dynamorio added a dr_get_microseconds which can easily be used for that.