about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-02-01Fixed build from source on OSXjon
2022-02-01Bump FRIDA versionYour Name
2022-01-31mention arm64 docker imagevanhauser-thc
2022-01-31nits for nyx build scriptvanhauser-thc
2022-01-30update changelogvanhauser-thc
2022-01-30Merge pull request #1318 from moyix/stablevan Hauser
Build docker images for arm64 as well as x86.
2022-01-30Build docker images for arm64 as well as x86.Brendan Dolan-Gavitt
This involves: * A small change to the Dockerfile, so that it checks the target architecture and only installs gcc-multilib on x86_64. * Updates to the GitHub Actions workflow build_aflplusplus_docker.yaml to build for both linux/amd64 and linux/arm64. These changes should allow Mac M1 users to get a working version of AFL++ by doing "docker pull aflplusplus/aflplusplus".
2022-01-30fix ci for macvanhauser-thc
2022-01-30debug civanhauser-thc
2022-01-30debug civanhauser-thc
2022-01-30make build_... scripts work without afl++ git checkoutvanhauser-thc
2022-01-29make fPIC defaultvanhauser-thc
2022-01-29Merge pull request #1315 from devnexen/afl_fuzz_non_linuxvan Hauser
afl fuzz enable getpgid on other platforms.
2022-01-29afl fuzz enable getpgid on other platforms.David CARLIER
2022-01-29Add cmake in installation instructions (#1313)Damiano Melotti
2022-01-27Merge pull request #1311 from AFLplusplus/libafl_mutatorAndrea Fioraldi
LibAFL basic (just havoc + tokens) custom mutator
2022-01-26libafl_base custom mutatorAndrea Fioraldi
2022-01-26fix cfg in macro_rules in rust custom mutatorAndrea Fioraldi
2022-01-264.01a initvanhauser-thc
2022-01-26Merge pull request #1301 from AFLplusplus/dev 4.00cvan Hauser
v4.00c release
2022-01-264.00c readinessvanhauser-thc
2022-01-26resized logoDominik Maier
2022-01-26svg logoDominik Maier
2022-01-26adapt test harness to unicornafl for uc2Dominik Maier
2022-01-25code-formatvanhauser-thc
2022-01-25Merge pull request #1308 from schumilo/devvan Hauser
add autodict capability to Nyx mode
2022-01-25close autodict file even if fstat fails (Nyx mode)Sergej Schumilo
2022-01-25add AFL autodict capability to Nyx modeSergej Schumilo
2022-01-25fix unicorn python test pathvanhauser-thc
2022-01-25ensure all fuzz targets are killed on exitvanhauser-thc
2022-01-25nitvanhauser-thc
2022-01-25fix atexit for rtvanhauser-thc
2022-01-25nitsvanhauser-thc
2022-01-25update sub gitsvanhauser-thc
2022-01-24fix libqasan repeated lineAndrea Fioraldi
2022-01-24try fixvanhauser-thc
2022-01-23fix citationvanhauser-thc
2022-01-23fix citationvanhauser-thc
2022-01-23fix citationvanhauser-thc
2022-01-23add citationvanhauser-thc
2022-01-23code formatvanhauser-thc
2022-01-23update refsvanhauser-thc
2022-01-23update commit idsvanhauser-thc
2022-01-22unicorn fixesDominik Maier
2022-01-22fix makefiles for uc2 c examplesDominik Maier
2022-01-22new logovanhauser-thc
2022-01-22Merge pull request #1303 from schumilo/devvan Hauser
update Nyx mode submodules
2022-01-21update Nyx custom harness:Sergej Schumilo
use a coverage bitmap that is smaller than 64k
2022-01-21update Nyx submodulesSergej Schumilo
2022-01-21Merge pull request #1302 from llzmb/docs_quality_assurance_4van Hauser
Docs content - quality assurance - Unicorn mode