about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-04-08Merge pull request #866 from AFLplusplus/tmpvan Hauser
removed -lc++ linking for lto
2021-04-08removed -lc++ linking for ltovanhauser-thc
2021-04-07fix forkserver timeout error msgvanhauser-thc
2021-04-07Merge pull request #860 from joeyjiaojg/devhexcoder
android: disable sigaction inside debuggerd
2021-04-07android: disable sigaction inside debuggerdJiangen Jiao
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173
2021-04-06Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2021-04-06better understandable directory creation logichexcoder-
2021-04-06add missing envvanhauser-thc
2021-04-06Haiku: create directory for debug_server, if not presenthexcoder-
2021-04-06better MacOs msgvanhauser-thc
2021-04-05Merge pull request #857 from Begasus/haikuvan Hauser
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-05Declare private api __kern_write for Haikubegasus
2021-04-05Fix undeclared SYS_write on Haikubegasus
2021-04-04fix conflictbegasus
2021-04-04Add -lnetwork to dependencies for Haikubegasus
2021-04-04cleanupvanhauser-thc
2021-04-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-04-04revert Heiko's commitvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Merge pull request #856 from Microsvuln/devvan Hauser
Autodict-QL : Token generation for fuzzing with CodeQL
2021-04-03Remove check for exit_code on LSAN and replace it with check forJoshua Rogers
symbolize=0.
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-03change curmicrosvuln
change current dir
2021-04-03Add `microsvuln
Add `
2021-04-03Add notemicrosvuln
Add note
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03remove dirsmicrosvuln
remove dirs
2021-04-03remove unessential thingsmicrosvuln
remove unessential things from scripts
2021-04-03update qlpack namemicrosvuln
update qlpack name
2021-04-03new commit - change stringsmicrosvuln
new commit - change strings
2021-04-03Update python scriptsmicrosvuln
Update python scripts
2021-04-03Add python scriptsmicrosvuln
Add python scripts
2021-04-03remove thingsmicrosvuln
remove things
2021-04-03spacemicrosvuln
space
2021-04-03finalize 1microsvuln
commit final things
2021-04-03Updatesmicrosvuln
update
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03Some updates on readmemicrosvuln
Some updates on readme
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-04-03update readmemicrosvuln
update readme
2021-04-03Add shell commandmicrosvuln
Add shell command
2021-04-03updatemicrosvuln
update
2021-04-03rename python filemicrosvuln
rename python file
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03update readmemicrosvuln
update readme
2021-04-03update the codes, readmemicrosvuln
- add readme - add required qlpack.yml
2021-04-02Initialalize the autodict-qlmicrosvuln
Initialalize the autodict-ql add codeql scripts