Closed bannsec closed 5 years ago
Since the migration to python3 for angr, pollenate should really write as bytes instead of str.
bytes
str
You should also change the docstring to indicate that the function should be passed a list of bytestrings.
Done!
Neat. Thanks!
Since the migration to python3 for angr, pollenate should really write as
bytes
instead ofstr
.