afl_pin_mode is a instrumentation tool for AFL. It is inspired by aflpin. However, aflpin exists some issues and is unsupported by the author now.
- Support forkserver
- Needn't modifying AFL code
- Just run
make
afl-fuzz -m 500 -i .. -o .. -f .. -- /path/to/pin_run TARGETAPP @@
- Ubuntu 14.04
- Pin 2.14
- Though I make the tool support forkserver feature, it is still slow.
- Test Pin 3.4 and Ubuntu 16.04/17.04