Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-01 | Fixed build from source on OSX | jon | |
2022-02-01 | Bump FRIDA version | Your Name | |
2022-01-31 | mention arm64 docker image | vanhauser-thc | |
2022-01-31 | nits for nyx build script | vanhauser-thc | |
2022-01-30 | update changelog | vanhauser-thc | |
2022-01-30 | Merge pull request #1318 from moyix/stable | van Hauser | |
Build docker images for arm64 as well as x86. | |||
2022-01-30 | Build 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-30 | fix ci for mac | vanhauser-thc | |
2022-01-30 | debug ci | vanhauser-thc | |
2022-01-30 | debug ci | vanhauser-thc | |
2022-01-30 | make build_... scripts work without afl++ git checkout | vanhauser-thc | |
2022-01-29 | make fPIC default | vanhauser-thc | |
2022-01-29 | Merge pull request #1315 from devnexen/afl_fuzz_non_linux | van Hauser | |
afl fuzz enable getpgid on other platforms. | |||
2022-01-29 | afl fuzz enable getpgid on other platforms. | David CARLIER | |
2022-01-29 | Add cmake in installation instructions (#1313) | Damiano Melotti | |
2022-01-27 | Merge pull request #1311 from AFLplusplus/libafl_mutator | Andrea Fioraldi | |
LibAFL basic (just havoc + tokens) custom mutator | |||
2022-01-26 | libafl_base custom mutator | Andrea Fioraldi | |
2022-01-26 | fix cfg in macro_rules in rust custom mutator | Andrea Fioraldi | |
2022-01-26 | 4.01a init | vanhauser-thc | |
2022-01-26 | Merge pull request #1301 from AFLplusplus/dev 4.00c | van Hauser | |
v4.00c release | |||
2022-01-26 | 4.00c readiness | vanhauser-thc | |
2022-01-26 | resized logo | Dominik Maier | |
2022-01-26 | svg logo | Dominik Maier | |
2022-01-26 | adapt test harness to unicornafl for uc2 | Dominik Maier | |
2022-01-25 | code-format | vanhauser-thc | |
2022-01-25 | Merge pull request #1308 from schumilo/dev | van Hauser | |
add autodict capability to Nyx mode | |||
2022-01-25 | close autodict file even if fstat fails (Nyx mode) | Sergej Schumilo | |
2022-01-25 | add AFL autodict capability to Nyx mode | Sergej Schumilo | |
2022-01-25 | fix unicorn python test path | vanhauser-thc | |
2022-01-25 | ensure all fuzz targets are killed on exit | vanhauser-thc | |
2022-01-25 | nit | vanhauser-thc | |
2022-01-25 | fix atexit for rt | vanhauser-thc | |
2022-01-25 | nits | vanhauser-thc | |
2022-01-25 | update sub gits | vanhauser-thc | |
2022-01-24 | fix libqasan repeated line | Andrea Fioraldi | |
2022-01-24 | try fix | vanhauser-thc | |
2022-01-23 | fix citation | vanhauser-thc | |
2022-01-23 | fix citation | vanhauser-thc | |
2022-01-23 | fix citation | vanhauser-thc | |
2022-01-23 | add citation | vanhauser-thc | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-23 | update refs | vanhauser-thc | |
2022-01-23 | update commit ids | vanhauser-thc | |
2022-01-22 | unicorn fixes | Dominik Maier | |
2022-01-22 | fix makefiles for uc2 c examples | Dominik Maier | |
2022-01-22 | new logo | vanhauser-thc | |
2022-01-22 | Merge pull request #1303 from schumilo/dev | van Hauser | |
update Nyx mode submodules | |||
2022-01-21 | update Nyx custom harness: | Sergej Schumilo | |
use a coverage bitmap that is smaller than 64k | |||
2022-01-21 | update Nyx submodules | Sergej Schumilo | |
2022-01-21 | Merge pull request #1302 from llzmb/docs_quality_assurance_4 | van Hauser | |
Docs content - quality assurance - Unicorn mode |