about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-30Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-03-30Fix typoh1994st
2020-03-30rebaseDominik Maier
2020-03-30Add a test case for the custom mutatorh1994st
- Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh
2020-03-30upstream changesDominik Maier
2020-03-30merged devDominik Maier
2020-03-30added untitest to gitignoreDominik Maier
2020-03-30code formatDominik Maier
2020-03-30Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-03-30added unittest for unit_maybe_allocDominik Maier
2020-03-30regec dict additionsvan Hauser
2020-03-30code cleanupDominik Maier
2020-03-30added read_timedDominik Maier
2020-03-29llvm_mode/Makefile: replace lexical version comparison with a numerical onehexcoder-
2020-03-28review adaptions for afl-llvm-passhexcoder-
2020-03-28afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please reviewhexcoder-
2020-03-28.gitignore: add afl-ld and ldhexcoder-
2020-03-28qemu_mode: compiler warnings, strncpy() leave one byte for terminatorhexcoder-
2020-03-28qemu_mode: fix more compiler warningshexcoder-
2020-03-28qemu_mode: silence two compiler warningshexcoder-
2020-03-28Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-03-28types.h: silence some compiler warnings regarding redeclaration ofhexcoder-
likely/unlikely
2020-03-28code formatDominik Maier
2020-03-28error handling for custom mutatorsDominik Maier
2020-03-28Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into devhexcoder-
2020-03-28alloc-inl.h/ck_maybe_grow(): restore original exponential allocshexcoder-
2020-03-28tiny changes in custom mut apiDominik Maier
2020-03-28alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-03-28alloc_inl.h/ck_maybe_grow(): fix compiler warninghexcoder-
2020-03-28gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCEhexcoder-
2020-03-28llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -Ohexcoder-
2020-03-28making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-28fix warning in afl-fuzz-run, tested with '-m32' alsohexcoder-
2020-03-28fix detection compiles (e.g. python) when using CFLAGS="-m32"hexcoder-
2020-03-28if exponential growth is too much, don't doo itDominik Maier
2020-03-28more custom mutator remodellingDominik Maier
2020-03-28added nullptr fix by h1994stDominik Maier
2020-03-28fixed leakDominik Maier
2020-03-27code formatDominik Maier
2020-03-27Less allocsDominik Maier
2020-03-27less allocsDominik Maier
2020-03-27not allocating paths anymoreDominik Maier
2020-03-27almostDominik Maier
2020-03-27part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)hexcoder-
2020-03-27add CFI sanitizervan Hauser
2020-03-27important llvm_mode Makefile fixvan Hauser
2020-03-27example fixedDominik Maier
2020-03-27docuDominik Maier
2020-03-27more apiDominik Maier
2020-03-27Code Format (#275)Rishi Ranjan