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

Check behaviour of the PLT/GOT parser with multiple compiler #8

Open ampotos opened 8 years ago

ampotos commented 8 years ago

dynStruct was mainly tested against gcc compiled binary. Even if all compiler usually used similar GOT/PLT on linux checking dynStruct handle them properly is an important thing. Especially the parsing of the PLT which is enterly based on exact instructions sequence gcc make for each entry.