devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Allow using async code in generated source #12

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

It should be possible to use async functions, loops, etc. to hunt for bugs.

devdanzin commented 11 hours ago

Rudimentary support for generating async code has been added, but it doesn't seem to exercise the interpreter in any interesting ways and hasn't found any crashers. We should consult with async experts to see if there's a way to create code that might increase the change of finding issues.