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

Pollenate should be wb #40

Closed bannsec closed 5 years ago

bannsec commented 5 years ago

Since the migration to python3 for angr, pollenate should really write as bytes instead of str.

rhelmot commented 5 years ago

You should also change the docstring to indicate that the function should be passed a list of bytestrings.

bannsec commented 5 years ago

Done!

rhelmot commented 5 years ago

Neat. Thanks!