about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-03-18docs: Document linker scripts change required in some projectsRichard W.M. Jones
AFL instrumentation modifies the binary to export extra symbols which must be visible if the main binary dlopen()s an instrumented DLL. This change was required by nbdkit since it uses a linker script to limit the symbols exported from the main binary: https://gitlab.com/nbdkit/nbdkit/-/commit/355cacb812126f5e37a2468f6939821b15017373 Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2022-02-10Merge pull request #1326 from AFLplusplus/devvan Hauser
push to stable
2022-02-10typohexcoder
2022-02-09Adapt to my MacOSDominik Maier
2022-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc
2022-02-08reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRVvanhauser-thc
2022-02-08remove debug msgvanhauser-thc
2022-02-08import mozilla afl-cc patchvanhauser-thc
2022-02-08Merge pull request #1325 from devnexen/openbsd_sysconf_updvan Hauser
afl-system-config update proposal for OpenBSD.
2022-02-08afl-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-08Merge pull request #1324 from WorksButNotTested/compilevan Hauser
Fix initialization in non-persistent mode
2022-02-08Fix initialization in non-persistent modeYour Name
2022-02-07nitsvanhauser-thc
2022-02-06Merge pull request #1323 from yuawn/devvan Hauser
Add GCC hot attribute to hot functions
2022-02-06code formatyuawn
2022-02-06add GCC hot attribute to hot functionsyuawn
2022-02-06Merge pull request #1322 from yuawn/devvan Hauser
fix -G description
2022-02-06fix -G descriptionyuawn
2022-02-05fix accidental broken frida modevanhauser-thc
2022-02-05change -y to -g/-G and add env var alternativesvanhauser-thc
2022-02-05add afl-fuzz -y fuzz length supportvanhauser-thc
2022-02-05debug CIvanhauser-thc
2022-02-05force persistent and deferred also for toolsvanhauser-thc
2022-02-04typohexcoder
2022-02-04typohexcoder
2022-02-04same for defered forkservervanhauser-thc
2022-02-04test support for forced persistent modevanhauser-thc
2022-02-01small doc updatevanhauser-thc
2022-02-01small doc updatevanhauser-thc
2022-02-01libafl custom mut readmeAndrea Fioraldi
2022-02-01fix build scriptsvanhauser-thc
2022-02-01Merge pull request #1307 from WorksButNotTested/arm64van Hauser
ARM64
2022-02-01Changes to fix persistent_ret demoYour Name
2022-02-01Fix libunwind libraries when building from sourceYour Name
2022-02-01Make default coverage code branchlessjon
2022-02-01AARCH64 branch suppressionYour Name
2022-02-01Add AARCH64 support for setting ic_entriesYour Name
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-30Merge pull request #1319 from AFLplusplus/devvan Hauser
push to stable
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