van Hauser
van Hauser
@ButcherAdaCore last ping was over 3 months ago :) how far along are you with the implementation? :)
We are present on the Fuzzing discord server -> https://discord.gg/gCraWct
Nice, thanks! if you want to try out something new -> https://github.com/AFLplusplus/AFLplusplus/tree/taint (see README.md)
CVE-2021-27804 multiple vulnerabilities in jpeg-xl
> > CVE-2021-27804 multiple vulnerabilities in jpeg-xl > > Can you please share the exact AFL++ config that you set to discover this vulnerability? cmplog, asan, or others? that was...
if a memory corruption results not in a crash then this is something asan will find. if it crashes anyway then asan doesnt help. I usually have 1 asan instance...
I will do the autodetection magic tomorrow
done! Makefile autodetects if shm_open is availabel or not. plus some other fixes. now we need to check if it is compiles fine on iphones, android, openbsd, MAC OS, etc.
@all: testing for IOS and Mac OS X as well as Android is still needed. Please use the master for testing, not the branch
@hexcoder- dont we have mmap and ashmem now? does this still needs to be open?