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 choosing number of functions, classes, methods and objects to test in CLI #17

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Currently number of calls to functions, classes and their methods, and objects are hardcoded. Allow setting them from CLI.