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

Remove compatibility with Windows #16

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Compatibility with Windows is incomplete and complicates the code. If we consider it interesting, it can be restored and/or redone later.

In its current form, it's possible to use fusil on non-Windows platforms to create source code that can be run on Windows, maybe we should improve support for that use case.