afl-unicorn: Fuzzing Arbitrary Binary Code
https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf [medium.com]
2017-11-09 03:14
The Unicorn-based test harness loads the target code, sets up the initial state, and loads in data mutated by AFL from disk. The test harness then emulates the target binary code, and if it detects that a crash or error occurred it throws a signal. AFL will do all its normal stuff, but it’s actually fuzzing the emulated target binary code!
https://github.com/njv299/afl-unicorn
source: grugq