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

Rework module finding and filtering in `fusil-python-threaded` #1

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Currently fusil-python-threaded module finding is a hack in ListAllModules.search_modules, depending on a patched pkgutil.py and not allowing filtering of files. We should: