about summary refs log tree commit diff
path: root/docs/INSTALL.md
AgeCommit message (Collapse)Author
2022-11-10llvm debugvanhauser-thc
2022-08-16fix docsvanhauser-thc
2022-07-25fixvanhauser-thc
2022-07-25update compile optionsvanhauser-thc
2022-07-11Fix formatting, punctuation, and typosllzmb
2022-07-07move the apt callAugustus
2022-07-07add missing dependencies for "make source-only"Augustus
2022-06-27nitsvanhauser-thc
2022-06-18fully qualified namesRuben ten Hove
2022-06-18add stable tag to docsRuben ten Hove
2022-06-18update docsvanhauser-thc
2022-04-14update llvm version in INSTALL.mdyuawn
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-03-23put back the title of the page deleted by mistakeclchrlls
2022-03-23reverted to simply changing gcc version retrievalclchrlls
2022-03-23Not sure the fix is needed only for debian 10clchrlls
2022-03-23missing columnclchrlls
2022-03-23fix installation packages for debian 10clchrlls
2022-01-31mention arm64 docker imagevanhauser-thc
2022-01-29Add cmake in installation instructions (#1313)Damiano Melotti
2022-01-20Fix line lengthllzmb
2022-01-17update macos path infovanhauser-thc
2022-01-11Format some terms as code.intrigus-lgtm
2022-01-03doc nitsvanhauser-thc
2021-12-26doc reviewvanhauser-thc
2021-12-26macos civanhauser-thc
2021-12-25nitsvanhauser-thc
2021-12-22better macos install docsvanhauser-thc
2021-12-05Fix broken links - 1st runllzmb
2021-12-04Fix spelling of "FRIDA mode" and "QEMU mode"llzmb
2021-12-04Fix line length and formattingllzmb
2021-12-02Fix punctuation in connection with "e.g."llzmb
2021-12-02Change "AFL" to "AFL++"llzmb
2021-11-06http->httpsvanhauser-thc
2021-10-19add ninja to apt install readmevanhauser-thc
2021-09-06Edit README.md related contentllzmb
2021-08-02fix afl_preload issues on macosvanhauser-thc
2021-07-22MacOS nitsvanhauser-thc
2021-07-20remove realpath dependencyvanhauser-thc
2021-06-01update MacOS Install informationvanhauser-thc
2021-05-11OSX-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-12add an extra test for afl-gcc and check for -B supporthexcoder-
2020-09-08new gcc_plugin integrationvan Hauser
2020-09-08rewrite gcc pluginAlexandre 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-05final changes for pre-3.0vanhauser-thc
2020-05-27code formatvan Hauser
2020-02-03moved txt to md (fleissarbeit)Dominik Maier