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

Loading multiple Json file #11

Open ampotos opened 8 years ago

ampotos commented 8 years ago

Currently dynStruct.py can only process the Json file made by the data gatherer on at a time.

Adding an option to load more than one file at a time and another option to add a file into the serialized data (or the db file if implemented) can be usefull for program which don"t have the same behaviour on every run.

But when doing that, a way to say in wht run the block was recorded must be found. And in the case of adding a file maybe rerun the structure recovery to use the nex context provided can be a good thing.