about summary refs log tree commit diff
path: root/docs/INSTALL.md
AgeCommit message (Collapse)Author
2024-08-21Install package without asking for confirmationintrigus-lgtm
2024-08-05update build dependencies for source-only/distribTTFISH
Otherwise the building of nyx_mode, frida_mode, unicorn_mode with source_only/all/distrib flag will fail due to missing dependencies. Signed-off-by: TTFISH <jiongchiyu@gmail.com>
2024-02-19Fixed #1865: many updates to INSTALL.md for macOSSean McBride
- moved shared mem instructions to before building so that tests during build don't fail - corrected path to README.llvm.md - updated some macOS spelling - added missing sudo - misc other changes from reading the document carefully
2024-02-09Merge pull request #1995 from seanm/issue1981van Hauser
Fixed issue #1981: document PATH correctly based on homebrew version
2024-02-08Fixed issue #1981: document PATH correctly based on homebrew versionSean McBride
- removed reference to M1 as M2 and M3 exist now too. - Also use current name and spelling of "macOS".
2024-02-08performancevanhauser-thc
2024-02-03nitsvanhauser-thc
2023-12-05nitsvanhauser-thc
2023-11-23Fix typo in docker pull command, add exampe to mount current dir as volume ↵Carlo Maragno
(#1914)
2023-09-19UTF-8 line rendering for status screen as defaultThomas Rooijakkers
2023-09-13Add support for UTF-8 line renderingThomas Rooijakkers
2023-05-30doc: recommend llvm/clang-14 in docsfanquake
Might as well recommend installing 14, as that's newer, and what's used in Docker. Also remove outdated Dockerfile versions, likely easier to remove versions here entirely, and anyone that wants to see what version is used, can look in the Dockerfile.
2023-05-15push to stable (#1734)van Hauser
* afl++ -> AFL++ * update readme * more debug * slightly different weighting algo (#1719) * better seed selection * slightly different weighting calculation * remove unnecessary memset * Add "Hangs saved" to afl-whatsup (#1717) The hangs could show long or infinite loops. This is important. Co-authored-by: van Hauser <vh@thc.org> * nits * afl-showmap: Start a only a single fork server (#1718) A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. * Source Code Coverage support for Nyx (Part 1) (#1720) * Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) * doc, code format * llvm 17 changes * more llvm 17 * add frida mode tutorial * fix effector map * docs * Should memset EFF_ALEN(len) of eff_map (#1722) * fix reallocs * fix afl-system-config for macos * afl-fuzz.c: Document -i - in --help (#1725) afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. * tritondse custom mutator attempt * tritondse fixes * update libnyx (#1727) * GNUmakefile: Update LLVM instructions (#1728) Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required * disable macos in the ci, works fine for me * fix makefile * better tritondse support * next steps for tritondse * qemuafl: Persistent mode for PPC32 targets * update qemu_mode * afl-clang-lto incomptable with -flto=thin * add @responsefile support for afl-cc --------- Co-authored-by: fxlb <devel.fx.lebail@orange.fr> Co-authored-by: Nick Potenski <nick.potenski@garmin.com> Co-authored-by: Christian Holler (:decoder) <choller@mozilla.com> Co-authored-by: lazymio <mio@lazym.io> Co-authored-by: Moshe Kaplan <me@moshekaplan.com> Co-authored-by: Sergej Schumilo <sergej@schumilo.de> Co-authored-by: Dominik Maier <domenukk@gmail.com>
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