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

Port of dynStruct #19

Open ampotos opened 8 years ago

ampotos commented 8 years ago

To port to other OS the part which handle the library call have to rewrite for every file format. May also have some OS specific stuff do to in DynamoRIO. Nothing to do in dynStruct.py for that.

Port to other is easy for the data gatherer (just check no call and no memory accesses are missed). In dynStruct.py the analysis of the context have to be rewrite for every arch.