Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | add new tutorial | vanhauser-thc | |
2022-01-07 | rename | yuawn | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Proofreading | hexcoder | |
2022-01-03 | doc nits | hexcoder | |
2022-01-03 | typo fixed | hexcoder | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Fix typo. | Joshua Rogers | |
2022-01-03 | add missing gcc env vars | hexcoder | |
2021-12-30 | Fix LeakSanitizer Usage. | Joshua Rogers | |
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed. | |||
2021-12-29 | sprinkle nyx links in the docs | vanhauser-thc | |
2021-12-29 | add power schedule info | vanhauser-thc | |
2021-12-26 | doc review | vanhauser-thc | |
2021-12-26 | macos ci | vanhauser-thc | |
2021-12-25 | nits | vanhauser-thc | |
2021-12-22 | better macos install docs | vanhauser-thc | |
2021-12-16 | more -z defs filtering | vanhauser-thc | |
2021-12-15 | Add AFLtriage in crash processing tool | CityOfLight77 | |
2021-12-15 | afl-cc -v without errors | vanhauser-thc | |
2021-12-15 | Fix env var typo | CityOfLight77 | |
`AFL_MAX_EXRAS` -> `AFL_MAX_EXTRAS` | |||
2021-12-14 | better instrumentlist filename detection | vanhauser-thc | |
2021-12-13 | Fix images | llzmb | |
2021-12-13 | Update images | llzmb | |
2021-12-13 | Merge branch 'dev' into docs_add_overview | Jana Aydinbas | |
2021-12-13 | Add image references, update image | llzmb | |
2021-12-13 | fix qemu/unicorn oob | vanhauser-thc | |
2021-12-13 | Merge pull request #1211 from llzmb/docs_add_images | van Hauser | |
Add images | |||
2021-12-12 | Delete fuzzing_process_overview.drawio.svg | Jana Aydinbas | |
2021-12-12 | Add images | llzmb | |
2021-12-12 | Fix formatting and spelling | llzmb | |
2021-12-12 | Add image with fuzzing process overview | llzmb | |
2021-12-12 | Delete image | llzmb | |
2021-12-12 | Fix formatting and spelling | llzmb | |
2021-12-12 | Fix formatting and references | llzmb | |
2021-12-11 | Add docs content overview | llzmb | |
2021-12-11 | Remove blank line | llzmb | |
2021-12-11 | Edit FAQ | llzmb | |
2021-12-11 | changelog | vanhauser-thc | |
2021-12-09 | Merge pull request #1200 from AFLplusplus/rename | van Hauser | |
Rename | |||
2021-12-09 | typo | vanhauser-thc | |
2021-12-09 | make llvm 14-dev working. again. | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-08 | fix AFL_REAL_LD for afl-cc | vanhauser-thc | |
2021-12-07 | Merge pull request #1191 from llzmb/docs_quality_assurance | van Hauser | |
Docs content - quality assurance | |||
2021-12-05 | Fix various missed issues - 1st run | llzmb | |
2021-12-05 | Fix usage and punctuation in connection with "then" and "than" | llzmb | |
2021-12-05 | Fix broken links - 1st run | llzmb | |
2021-12-04 | Add missing blank lines and remove double blank lines | llzmb | |
2021-12-04 | Add links to orphaned files | llzmb | |
2021-12-04 | Fix spelling of "FRIDA mode" and "QEMU mode" | llzmb | |