Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | llvm debug | vanhauser-thc | |
2022-08-16 | fix docs | vanhauser-thc | |
2022-07-25 | fix | vanhauser-thc | |
2022-07-25 | update compile options | vanhauser-thc | |
2022-07-11 | Fix formatting, punctuation, and typos | llzmb | |
2022-07-07 | move the apt call | Augustus | |
2022-07-07 | add missing dependencies for "make source-only" | Augustus | |
2022-06-27 | nits | vanhauser-thc | |
2022-06-18 | fully qualified names | Ruben ten Hove | |
2022-06-18 | add stable tag to docs | Ruben ten Hove | |
2022-06-18 | update docs | vanhauser-thc | |
2022-04-14 | update llvm version in INSTALL.md | yuawn | |
2022-04-06 | added NO_NYX flag to docs and help message | Michael Rodler | |
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-01-31 | mention arm64 docker image | vanhauser-thc | |
2022-01-29 | Add cmake in installation instructions (#1313) | Damiano Melotti | |
2022-01-20 | Fix line length | llzmb | |
2022-01-17 | update macos path info | vanhauser-thc | |
2022-01-11 | Format some terms as code. | intrigus-lgtm | |
2022-01-03 | doc nits | 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-05 | Fix broken links - 1st run | llzmb | |
2021-12-04 | Fix spelling of "FRIDA mode" and "QEMU mode" | llzmb | |
2021-12-04 | Fix line length and formatting | llzmb | |
2021-12-02 | Fix punctuation in connection with "e.g." | llzmb | |
2021-12-02 | Change "AFL" to "AFL++" | llzmb | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-19 | add ninja to apt install readme | vanhauser-thc | |
2021-09-06 | Edit README.md related content | llzmb | |
2021-08-02 | fix afl_preload issues on macos | vanhauser-thc | |
2021-07-22 | MacOS nits | vanhauser-thc | |
2021-07-20 | remove realpath dependency | vanhauser-thc | |
2021-06-01 | update MacOS Install information | vanhauser-thc | |
2021-05-11 | OSX-specific improvements (#912) | Dustin Spicuzza | |
* Fix afl-cc to work correctly by default on OSX using xcode - CLANG_ENV_VAR must be set for afl-as to work - Use clang mode by default if no specific compiler selected * Add OSX-specific documentation for configuring shared memory | |||
2020-12-12 | add an extra test for afl-gcc and check for -B support | hexcoder- | |
2020-09-08 | new gcc_plugin integration | van Hauser | |
2020-09-08 | rewrite gcc plugin | Alexandre Oliva | |
When we started using AFL, it did not have an integrated GCC plugin. There was one proposed by Austin Seipp, but for various reasons we ended up using some of its infrastructure (runtime and wrapper), but writing the GCC plugin proper from scratch. With AFL++'s renewed interest in a GCC plugin, we rebased ours, with some features that are or were missing in the one that was integrated: * efficient, fully-functional inline and out-of-line instrumentation Inline instrumentation was work in progress in the original plugin. Controlled by AFL_GCC_OUT_OF_LINE. * reproducible instrumentation Obey -frandom-seed for pseudorandom number generation. * licensing clarity and strict compliance GPLv3+ for the plugin, that uses GCC internals; add a copy of the license, as required. * allow/deny list support Copied and adjusted from the LLVM plugin implementation. * neverZero support Not as compact as the asm-wrapper version, but likely more efficient. Both are quite thread-unsafe, with different caveats. Controlled with AFL_GCC_SKIP_NEVERZERO. | |||
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-05-27 | code format | van Hauser | |
2020-02-03 | moved txt to md (fleissarbeit) | Dominik Maier | |