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

Modules have to be imported previously #33

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Somehow importing the fuzzed modules first time inside source.py doesn't work for non Python modules. Figure out why and fix it.

Currently a workaround is in place, importing all known modules previously in the fuzzer.