Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | Changes to default CMOV instrumentation to off | Your Name | |
2022-02-18 | Added instrumentation for CMOV instructions | Your Name | |
2022-02-18 | Changes to simplify coverage code | Your Name | |
2022-02-14 | Fix sample script for Unicornafl2 (#1329) | lazymio | |
* Fix the sample script for Unicornafl2 * Make it compatible with unicornafl1 * Sync to the latest unicornafl * Update UNICORNAFL_VERSION * Sync to latest unicornafl to resolve linkage problem * Switch to ucafl2 | |||
2022-02-10 | typo | hexcoder | |
2022-02-09 | Adapt to my MacOS | Dominik Maier | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | vanhauser-thc | |
2022-02-08 | remove debug msg | vanhauser-thc | |
2022-02-08 | import mozilla afl-cc patch | vanhauser-thc | |
2022-02-08 | Merge pull request #1325 from devnexen/openbsd_sysconf_upd | van Hauser | |
afl-system-config update proposal for OpenBSD. | |||
2022-02-08 | afl-system-config update proposal for OpenBSD. | David Carlier | |
The vast majority of security features can t be disabled but we can act of allocation config. | |||
2022-02-08 | Merge pull request #1324 from WorksButNotTested/compile | van Hauser | |
Fix initialization in non-persistent mode | |||
2022-02-08 | Fix initialization in non-persistent mode | Your Name | |
2022-02-07 | nits | vanhauser-thc | |
2022-02-06 | Merge pull request #1323 from yuawn/dev | van Hauser | |
Add GCC hot attribute to hot functions | |||
2022-02-06 | code format | yuawn | |
2022-02-06 | add GCC hot attribute to hot functions | yuawn | |
2022-02-06 | Merge pull request #1322 from yuawn/dev | van Hauser | |
fix -G description | |||
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 | |