jtpereyda / boofuzz

A fork and successor of the Sulley Fuzzing Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add type hints and checks for public user API

SR4ven opened this issue · comments

Type hints and checks would make it easier to use boofuzz correctly as #552 shows.

With type hints an IDE could warn the user about wrongly using the API and type checks for function arguments inside constructors could throw an obvious error message.