about summary refs log tree commit diff
path: root/utils/aflpp_driver
AgeCommit message (Collapse)Author
2023-12-01fixvanhauser-thc
2023-12-01fixvanhauser-thc
2023-11-30nitvanhauser-thc
2023-04-16hidden -Y option for nyx, code formatvanhauser-thc
2023-04-14remove warningvanhauser-thc
2023-04-14oss-fuzz fix for LLVMFuzzerTestOneInput drivervanhauser-thc
2023-04-13libfuzzer driver nitsvanhauser-thc
2023-04-12nitsvanhauser-thc
2023-03-30better aflpp drivervanhauser-thc
2023-03-30further magma adaptionvanhauser-thc
2023-03-29magma supportvanhauser-thc
2023-03-25reduce CI resourcesvanhauser-thc
2023-03-09support LLVMFuzzerTestOneInput -1 returnvanhauser-thc
2023-01-25fixesvanhauser-thc
2022-10-25fix usecasevanhauser-thc
2022-10-11fastexit + code formatvanhauser-thc
2022-10-07auto shmem fuzzing (#1541)van Hauser
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com>
2022-09-17fix docsvanhauser-thc
2022-09-16Fix null pointers.Laszlo Szekeres
2022-09-16fix LLVMFuzzerRunDrivervanhauser-thc
2022-09-15forgot correct callbackvanhauser-thc
2022-09-15try LLVMFuzzerRunDriver supportvanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-02-09Adapt to my MacOSDominik Maier
2022-01-25nitsvanhauser-thc
2022-01-21fixvanhauser-thc
2022-01-20Raw read syscall in aflpp_driver.c to bypass ASan checksAndrea Fioraldi
2022-01-20Poison with ASan the remaining unused input buffer in aflpp_driver.cAndrea Fioraldi
2021-12-05Fix usage and punctuation in connection with "then" and "than"llzmb
2021-12-04Fix spelling of "FRIDA mode" and "QEMU mode"llzmb
2021-12-02Remove the word "we"llzmb
2021-11-21Clean up docs folderllzmb
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-08-08Change afl to AFL in *.md (#1057)llzmb
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs
2021-07-30frida tool fixvanhauser-thc
2021-07-14always build aflpp drivervanhauser-thc
2021-07-08fix qemu drivervanhauser-thc
2021-07-07update docvanhauser-thc
2021-07-07print warning for libfuzzer qemu drivervanhauser-thc
2021-06-14aflppdriver help outputvanhauser-thc
2021-05-30afl-cmin help fix, aflpp_driver - + @@ supportvanhauser-thc
2021-04-30let aflpp_qemu_driver_hook.so build fail gracefullyvanhauser-thc
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-28nitsvanhauser-thc
2021-04-14allow aflpp_qemu_driver_hook.o to failvanhauser-thc
2021-04-14update readmevanhauser-thc
2021-04-14add readmevanhauser-thc
2021-04-14qemu driver new apiAndrea Fioraldi
2021-03-21formatvanhauser-thc
2021-03-20close fds when executing one by one. (#835)Josh Bundt (tr0gd0r)
* closes fd when executing one by one. * clean aflpp_driver