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

Migrate a fuzzer script to python3 code. #34

Closed RKX1209 closed 5 years ago

RKX1209 commented 5 years ago

See https://github.com/angr/angr/issues/1209

rhelmot commented 5 years ago

Ooh, neat. Thanks!

rhelmot commented 5 years ago

Hey - so it looks like part of this is causing issues, the protocol=args.opc_afl doesn't actually make any sense, that's not an argument in either the argparse or the fuzzer constructor. Did you accidentally commit this line from your changes while working on the py3k port?

RKX1209 commented 5 years ago

Oops. Sorry it's my mistake. Thanks for fixing.