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

Cpp programs and other language like rust and go #17

Closed ampotos closed 8 years ago

ampotos commented 8 years ago

Check if cpp language use malloc, and if not do something to be able to wrap it (see https://github.com/ampotos/dynStruct/issues/16). Also check that for other languages used today like rust and go.

ampotos commented 8 years ago

include in https://github.com/ampotos/dynStruct/issues/16