ex0dus-0x / fuzzable

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

Fix TypeError in LIEF integration #55

Closed bstee615 closed 1 year ago

bstee615 commented 1 year ago

Fixes #54 by converting pathlib.Path to str before passing to lief.parse.

ex0dus-0x commented 1 year ago

Thank you for the catch! I've been slacking in testing and further iterating on harness generation, so will also spend some time to tune that up for use.

bstee615 commented 1 year ago

Yes, I would like to use your tool for a research project, but currently am not able to because the harness generation does not have the features I need (fully automated and instantiates structs). So I am excited to see your further developments. Thanks for sharing this wonderful tool.