about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-11-28Merge pull request #1185 from eriktews/cmake-in-docker-containervan Hauser
Include cmake in the Dockerfile
2021-11-28Include cmake and meson in the DockerfileErik Tews
The README contains an examples how afl can be used with cmake, but cmake is not included in the Dockerfile. Thus, when running afl using docker, one cannot invoke cmake from within the container. This commit adds cmake and meson to the list of packages in the Dockerfile that are installed when the docker image is generated.
2021-11-27Merge pull request #1184 from WorksButNotTested/bloatyvan Hauser
Added bloaty test
2021-11-26Added bloaty testYour Name
2021-11-26remove new llvm pass manager :(vanhauser-thc
2021-11-25Merge pull request #1181 from AFLplusplus/d2van Hauser
project report for GSoD
2021-11-25update doc2vanhauser-thc
2021-11-24updatevanhauser-thc
2021-11-24transform cmplog-instructions pass to new pass managerhexcoder-
2021-11-23fix for llvm < 11vanhauser-thc
2021-11-23fix switch to new pass managerhexcoder-
2021-11-23fixesvanhauser-thc
2021-11-23do not add zero byte on string compares with lenvanhauser-thc
2021-11-23further fixes for new pass managervanhauser-thc
2021-11-23further fixes for new pass managervanhauser-thc
2021-11-23llvm new passmanager fixesvanhauser-thc
2021-11-23fix for compcov transform stringsvanhauser-thc
2021-11-22Merge branch 'dev_newpm' into devhexcoder-
2021-11-22better string length countingvanhauser-thc
2021-11-22better string length countingvanhauser-thc
2021-11-21add supported boards, name prerequisitehexcoder
2021-11-21Merge pull request #1173 from retrage/retrage/coresight-mode-prvan Hauser
coresight_mode: Change to use https for submodule URLs
2021-11-21coresight_mode: Change to use https for submodule URLsAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-20enhance cmplog rtn hooksvanhauser-thc
2021-11-19Fix compilation error under RaspberryPi 64-Bit Manjaro Linux (nohexcoder-
SYS_eventfd available here)
2021-11-19Fix compilation on RaspberryPi 32-bit (please review)hexcoder-
2021-11-19Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2021-11-19cmplog: Fix compilation for LLVM 12.0.0 (getFixedValue was not available here)hexcoder-
2021-11-19Merge pull request #1171 from WorksButNotTested/fridavan Hauser
Frida
2021-11-19Changes to skip coverage code on deterministic branches on x86Your Name
2021-11-19Optimize assembly for x86Your Name
2021-11-19Fix freetype target to build for x86 (32-bit)Your Name
2021-11-19Minor ASAN fix (again)Your Name
2021-11-19Compilation warning fixesYour Name
2021-11-19Shift saved values down the stack by 8 bytesYour Name
2021-11-19Added vorbis testYour Name
2021-11-19cmplog fixvanhauser-thc
2021-11-19Merge pull request #1167 from WorksButNotTested/jsvan Hauser
Js
2021-11-19Merge pull request #1168 from kcwu/restore-sigchld-handlervan Hauser
fork server: restore SIGCHLD handler for child process
2021-11-19fork server: restore SIGCHLD handler for child processKuang-che Wu
2021-11-18ensure default sigchild handler in afl-compiler-rtvanhauser-thc
2021-11-18Fix ASAN DSO exclusionYour Name
2021-11-18Improve JS bindings for hooking functionsYour Name
2021-11-18Added test of JS hooking LLVMFuzzerTestOneInputYour Name
2021-11-18Merge pull request #1164 from WorksButNotTested/fixvan Hauser
Fix
2021-11-18Bump FRIDA versionYour Name
2021-11-17Add __afl_set_persistent_modeYour Name
2021-11-17Disable fetching adjacent blocks when coverage is enabledYour Name
2021-11-17Fixes to exclude ASAN DSOYour Name
2021-11-17Fix sorting of rangesYour Name