drAFL icon indicating copy to clipboard operation
drAFL copied to clipboard

AFL + DynamoRIO = fuzzing binaries with no source code on Linux

Results 3 drAFL issues
Sort by recently updated
recently updated
newest added

Hello! Trying your example on Ubuntu 17.04 i386. gcc and g++ 6.3.0. But after completing five steps I get this message: root@ubuntu:/home/max/drAFL/build# ../afl/afl-fuzz -m none -i in -o out --...

I am not certain why, but when you pass a symlinked executable to afl-fuzz it errors out: ``` $ mkdir -p in out ; cp /bin/cat in $ ./afl-fuzz -m...

Heyia, So, while trying to test a 32-bit binary under drrun, unfortunately it crashes. I have created an new issue [here ](https://github.com/DynamoRIO/dynamorio/issues/3358) since it's not an issue related to this...