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

Fix -a ld -w ld #3

Closed ampotos closed 8 years ago

ampotos commented 8 years ago

Now we can monitor ld using option '-a ld -w ld' without segf it of course also possible to monitor it via '-m ld'. The fix remove the possibility to have to time the same block in the tree (even if malloc is called multiple time for this block) This also allow to remove the ugly trix for the init of malloc/realloc in the libc, making it more portable for alternate libc.