fuzzification icon indicating copy to clipboard operation
fuzzification copied to clipboard

We hinder fuzzing

Results 7 fuzzification issues
Sort by recently updated
recently updated
newest added

My system is Virtual Box Ubuntu 16.04, installed all the dependencies, but when use this command: `$ make -j 4` It always said there's no file "plugin-api.h" in the directory....

Hello! I used your instructions in `install.md` to create a Dockerfile that makes it easy to test Fuzzification. I had to add some packages and requirements which are not included...

Hi,I use the parameters in the evaluation section of the paper compile readelf. Why does the CPU overhead in SpeedBump reach 80%. In addition, if the program after BranchTrap is...

As you see, the antifuzz-tutorial contains a compile tutorial of binutils-2.23 , the binary `readelf`,`objdump`,`objcpy`,`nm-new` has the source code -> ir code command line , e.g. `COMMAND["objdump.o"] = 'afl-clang-fast -DHAVE_CONFIG_H...

The transformation performed in `anti-taint.py` will create invalid c code in some cases. This is due to a missing check for the existence of variables named `newvar_X`. A minimal example...

I have run the following commands to test the functionality. It seems the error handling codes are modified. A segmentation fault will be produced if I feed the `readelf_all` with...

Sometimes the csmith will generate a code without 'main' function (This may because of too many args ). When this happens, delay*.o will not have a 'slp' symbol and bring...