Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-06 | add GCC hot attribute to hot functions | yuawn | |
2022-02-06 | fix -G description | yuawn | |
2022-02-05 | fix accidental broken frida mode | vanhauser-thc | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-02-05 | debug CI | vanhauser-thc | |
2022-02-05 | force persistent and deferred also for tools | vanhauser-thc | |
2022-02-04 | typo | hexcoder | |
2022-02-04 | typo | hexcoder | |
2022-02-04 | same for defered forkserver | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-02-01 | small doc update | vanhauser-thc | |
2022-02-01 | small doc update | vanhauser-thc | |
2022-02-01 | libafl custom mut readme | Andrea Fioraldi | |
2022-02-01 | fix build scripts | vanhauser-thc | |
2022-02-01 | Merge pull request #1307 from WorksButNotTested/arm64 | van Hauser | |
ARM64 | |||
2022-02-01 | Changes to fix persistent_ret demo | Your Name | |
2022-02-01 | Fix libunwind libraries when building from source | Your Name | |
2022-02-01 | Make default coverage code branchless | jon | |
2022-02-01 | AARCH64 branch suppression | Your Name | |
2022-02-01 | Add AARCH64 support for setting ic_entries | Your Name | |
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 | |