about summary refs log tree commit diff
path: root/src/afl-fuzz-cmplog.c
AgeCommit message (Collapse)Author
2024-04-19nitsvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2023-03-26fix frida modevanhauser-thc
2023-02-23regression fixvanhauser-thc
2023-02-09cmplog exec with target_pathYaakov Saxon
2023-01-03welcome 2023vanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-05-09support post_process's own return buffervanhauser-thc
2022-03-31Some scan-build fixesDominik Maier
2022-02-05add afl-fuzz -y fuzz length supportvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-09rename pathvanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-06-24frida fixvanhauser-thc
2021-06-23force disable llvm instrumentation for fridavanhauser-thc
2021-04-28Frida persistent (#880)WorksButNotTested
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
2021-01-20better cmp map fsrv fixvan Hauser
2020-08-10fixed minor inconsistencies, reenabled warningsDominik Maier
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-16renamed duplicated func namesDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13fix all cmplog errorsAndrea Fioraldi
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11Autodictionary (#309)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo * better map transfer, display snapshot in UI * update readme
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-10resize fix + code formatDominik Maier
2020-04-10files opened with fdopen should be closed with fclosehexcoder-
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01added read_timedDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-03-21moved string formatting to headerDominik Maier
2020-03-19no more (?) staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17Port the fauxserver changes to afl-cmplog and code formatrish9101
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-14fix some compiler warnings from Open/FreeBSDhexcoder-
2020-03-10unified pointer placementDominik Maier
2020-03-10Replace alarms with select and threads (#243)Rishi Ranjan
* Use select to monitor forkserver for timeouts instead of alarm * Remove redundent conditons in select monitoring of fdsin forkserver and cmplog * Replace SIGALARM with POSIX timers in afl-fuzz-run * Make changes to Makefile to use POSIX timers * Resolve Merge Conflicts and rename variables accordingly * Change forkserver and cmplog to handle exec_tmout = 0 * Handle timeout function bug rectify * Add error handling to afl-fuzz run timers * Add timer_delete to afl-fuzz-run * Remove memory leaks
2020-03-10code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tminvan Hauser
2020-03-09now wiht 90% less leaksDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-07code formatAndrea Fioraldi
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-06cmplog for qemu modeAndrea Fioraldi