Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-17 | merge fixes | vanhauser-thc | |
2022-03-17 | Merge pull request #1353 from AFLplusplus/newpm2 | van Hauser | |
new pass manager | |||
2022-03-17 | Merge branch 'dev' into newpm2 | van Hauser | |
2022-03-17 | fixes for llvm < 11 | vanhauser-thc | |
2022-03-17 | make LTO pass work too plus some fixes | vanhauser-thc | |
2022-03-17 | make pcguard work | vanhauser-thc | |
2022-03-17 | Merge pull request #1352 from cd80/patch-1 | van Hauser | |
fix typo in error message when using LD_PRELOAD | |||
2022-03-17 | fix typo for error message when using LD_PRELOAD | cd80 | |
2022-03-15 | test | vanhauser-thc | |
2022-03-08 | Merge pull request #1347 from WorksButNotTested/cache | van Hauser | |
Add global caching of block translation to instrumentation | |||
2022-03-07 | Merge pull request #1346 from mchesser/patches | van Hauser | |
Fix Shm trim bug and OOB accesses during Redqueen mutations. | |||
2022-03-07 | nits | vanhauser-thc | |
2022-03-07 | new compiler performance options | vanhauser-thc | |
2022-03-07 | Fix buffer overrun in `rtn_extended_encoding` | mchesser | |
`idx + i` can range from `0` to `buf.len`, but the memcpy may try and write to offsets from `idx + i` to `idx + 2 * i`. | |||
2022-03-07 | Fix off by one bounds check | mchesser | |
`is_hex` reads two bytes but caller previously only ensured that one byte was in bounds. | |||
2022-03-07 | Fix issue with trim in shared memory mode | mchesser | |
2022-03-04 | sancov will be only for llvm11+ | vanhauser-thc | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | Merge pull request #1344 from schumilo/dev | van Hauser | |
support Nyx crash logs | |||
2022-03-04 | fix compile error on non linux targets | Sergej Schumilo | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-03-04 | update submodules | Sergej Schumilo | |
2022-03-04 | fix broken code format | Sergej Schumilo | |
2022-03-03 | port instrumentation/afl-llvm-dict2file | vanhauser-thc | |
2022-03-03 | ported cmplog-routines-pass | vanhauser-thc | |
2022-03-03 | port cmplog-switches-pass | vanhauser-thc | |
2022-03-03 | ported cmplog-instructions-pass | vanhauser-thc | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | allow for -c0 also for src targets | vanhauser-thc | |
2022-03-01 | Revert "Merge branch 'newpm2' into dev" | vanhauser-thc | |
This reverts commit fee1acf7e6096533f1aa8cd74035bed21c90fdf6, reversing changes made to 675d17d737ee5dee88766d9c181567771592c94c. | |||
2022-03-01 | Merge pull request #1342 from martinclauss/patch-1 | van Hauser | |
Update fuzzing_in_depth.md | |||
2022-03-01 | Update fuzzing_in_depth.md | martinclauss | |
add libdesock as an additional way to ease the fuzzing for network servers (#1341) | |||
2022-02-28 | todo list for llvm | vanhauser-thc | |
2022-02-28 | Merge pull request #1340 from AFLplusplus/dev | van Hauser | |
Dev | |||
2022-02-28 | remove file | vanhauser-thc | |
2022-02-27 | Merge pull request #1337 from devnexen/llvm_13_plus_fix | van Hauser | |
Fix build for the LLVM pass for LLVM >= 13 | |||
2022-02-27 | Merge pull request #1339 from adamdoupe/dev | van Hauser | |
Clarify in docs that AFL_TARGET_ENV will apply to QEMU in QEMU mode. | |||
2022-02-26 | Clarify in docs that AFL_TARGET_ENV will apply to QEMU in QEMU mode, and ↵ | Adam Doupe | |
note that QEMU_SET_ENV should be used instead in QEMU mode. Closes #1328 | |||
2022-02-24 | Fix build for the LLVM pass for LLVM >= 13 | David Carlier | |
Due to change of inheritance for more modern LLVM versions, the overridable members are not the same. | |||
2022-02-22 | Merge pull request #1335 from AFLplusplus/dev | van Hauser | |
Dev | |||
2022-02-22 | Merge branch 'newpm2' into dev | van Hauser | |
2022-02-22 | Merge pull request #1334 from Teemperor/llvm14 | van Hauser | |
Fix compilation against LLVM 14 | |||
2022-02-22 | LLVM 14 fixes | Raphael Isemann | |
2022-02-21 | todo list | vanhauser-thc | |
2022-02-20 | Revert "remove new llvm pass manager :(" | vanhauser-thc | |
This reverts commit 55ed2a443c5c61baba37415d4087164454d8a2a8. | |||
2022-02-18 | Add global caching of block translation to instrumentation | Your Name | |
2022-02-18 | Merge pull request #1332 from WorksButNotTested/module | van Hauser | |
Module | |||
2022-02-18 | Reserved used address space on dlclose to prevent re-use | Your Name | |
2022-02-18 | Added test for running python | Your Name | |