van Hauser
van Hauser
you are correct this is a bug, I pushed a fix to dev. put honestly how AFL_EXIT_ON_TIME works is horrible. It is from back of vanilla afl times ... I...
actually AFL_EXIT_ON_TIME was fine besides the wrong cycle_wo_finds requirement but AFL_EXIT_WHEN_DONE needed an update. also changed how the colors look like in the UI for cycles done. can you please...
It is not that easy. your change results in a huge map size by default: ``` uint32_t map_size = DEFAULT_SHMEM_SIZE; => #define DEFAULT_SHMEM_SIZE (8 * 1024 * 1024) ``` and...
You don’t see one because you set the MAP_SIZE. But if you don’t …
push myself a correct fix due inactivity here
> One doubt I have is if `fs::read_dir`'s iterator will also continue to yield entries created after it was called (probably?). In that case we may never get to generate...
That is a very niche problem, but sure this could be made variable. I propose to add a `#define` for this in config.h and using that two letter signal. if...
Would you be able to submit a PR for B or C? The plugin was submitted by a company and nobody in our team has any experience with gcc modules...
fyi I will release the next AFL++ version likely on Wednesday