Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-30 | avoid compiler warning (format-truncation), needed for make DEBUG=1 all | hexcoder- | |
2022-03-30 | remove debug | vanhauser-thc | |
2022-03-30 | fix instrumentlist for LTO with clang < 13 | vanhauser-thc | |
2022-03-29 | fix qemu sigunaction tests | vanhauser-thc | |
2022-03-27 | cleanup | vanhauser-thc | |
2022-03-26 | fix unicornafl test | Dominik Maier | |
2022-03-23 | Merge pull request #1363 from clchrlls/stable | van Hauser | |
fix installation packages commands for debian 10 | |||
2022-03-23 | put back the title of the page deleted by mistake | clchrlls | |
2022-03-23 | reverted to simply changing gcc version retrieval | clchrlls | |
2022-03-23 | Not sure the fix is needed only for debian 10 | clchrlls | |
2022-03-23 | missing column | clchrlls | |
2022-03-23 | fix installation packages for debian 10 | clchrlls | |
2022-03-23 | update qemu mode | vanhauser-thc | |
2022-03-21 | Merge pull request #1359 from fuzzah/fix-1333-afl-target-env | van Hauser | |
fix early return in AFL_TARGET_ENV | |||
2022-03-21 | fix early return in AFL_TARGET_ENV | fuzzah | |
2022-03-19 | Merge pull request #1355 from rwmjones/document-linker-scripts | van Hauser | |
docs: Document linker scripts change required in some projects | |||
2022-03-18 | docs: Document linker scripts change required in some projects | Richard W.M. Jones | |
AFL instrumentation modifies the binary to export extra symbols which must be visible if the main binary dlopen()s an instrumented DLL. This change was required by nbdkit since it uses a linker script to limit the symbols exported from the main binary: https://gitlab.com/nbdkit/nbdkit/-/commit/355cacb812126f5e37a2468f6939821b15017373 Signed-off-by: Richard W.M. Jones <rjones@redhat.com> | |||
2022-03-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-18 | our own PCGUARD mode not for llvm 10.0.1 | vanhauser-thc | |
2022-03-18 | fix split pass loading | vanhauser-thc | |
2022-03-17 | forgot one pass | vanhauser-thc | |
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 | |