shellphish / fuzzer

A Python interface to AFL, allowing for easy injection of testcases and other functionality.
BSD 2-Clause "Simplified" License
638 stars 130 forks source link

Fix 2 bugs in the code #16

Closed benquike closed 7 years ago

benquike commented 7 years ago
  1. check the _timer object before cancelling the timer
  2. user args.binary instead of sys.argv
zardus commented 7 years ago

thanks!