ex0dus-0x / fuzzable

Framework for Automating Fuzzable Target Discovery with Static Analysis.
MIT License
506 stars 53 forks source link

Adding some support for automated data structure creation. #75

Open jdefrancesco opened 10 months ago

jdefrancesco commented 10 months ago

Often when you fuzz Windows targets such as Adobe Reader, you go after certain DLLs but they may require you to supply some type of class or data structure. Reversing that out can be a pain. I have a few ideas on how to automate this to some degree. Obviously wouldn't be best perfect but would save time.