Skip to content

Yet another AFL instrumentation tool implemented by Intel Pin.

License

Notifications You must be signed in to change notification settings

Percona-QA/afl_pin_mode

 
 

Repository files navigation

afl_pin_mode

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.

Features

  • Support forkserver
  • Needn't modifying AFL code

Install

  • Just run make

Usage

afl-fuzz -m 500 -i .. -o .. -f .. -- /path/to/pin_run TARGETAPP @@

Test

  • Ubuntu 14.04
  • Pin 2.14

ISSUES

  • Though I make the tool support forkserver feature, it is still slow.

TODO

  • Test Pin 3.4 and Ubuntu 16.04/17.04

About

Yet another AFL instrumentation tool implemented by Intel Pin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.7%
  • Makefile 18.3%
  • C 13.0%