about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-04-01alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-04-01fix warning in afl-fuzz-run, tested with '-m32' alsohexcoder-
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01added nullptr fix by h1994stDominik Maier
2020-04-01fixed leakDominik Maier
2020-04-01code formatDominik Maier
2020-04-01add CFI sanitizervan Hauser
2020-04-01less allocsDominik Maier
2020-04-01not allocating paths anymoreDominik Maier
2020-04-01almostDominik Maier
2020-03-27more apiDominik Maier
2020-03-27Code Format (#275)Rishi Ranjan
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵Andrea Fioraldi
is not linked by default. Search for __asan_init instead.
2020-03-23more fixes and code-formatvan Hauser
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-22a little bit more performancevan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh fixvan Hauser
2020-03-21test.sh with -no-pievan Hauser
2020-03-21adjusted int_bufsDominik Maier
2020-03-21afl-gotcpu.c: compielr warning fixed: initialize variable v2hexcoder-
2020-03-21fix stat displayvan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20expose cycles_wo_finds in fuzzer_statsvan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19fixed resize; removed more staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-19Merge pull request #262 from rish9101/remove_alarmAndrea Fioraldi
Port the fauxserver changes to afl-cmplog and code format
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-17added mmopt power schedulevan Hauser
2020-03-17fix reading env vars in afl-fuzzvan Hauser
2020-03-17cmplog was neither quiet nor where its llvm passes installedvan Hauser
2020-03-17Port the fauxserver changes to afl-cmplog and code formatrish9101
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-16fix broken MOpt mode that was broken by Dominiks no-global patch :pvan Hauser
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
2020-03-15Just compute the current len once.David Carlier
Fix env var types assignments.
2020-03-15fix errors in last commit (u8)afl_get_envvan Hauser