summaryrefslogtreecommitdiff
path: root/cmdline.c
AgeCommit message (Expand)Author
2019-04-17socketfuzzer: use files* funcsRobert Swiecki
2019-04-09add support for external command mutating files which have effective coverage...arnow117
2019-02-26cmdline: allow to use -na or -n all to use all coresRobert Swiecki
2019-02-14create a signal thread to distribute SIGCHLD as SIGUSR1Robert Swiecki
2019-02-14cmdline: remove sigset_t initRobert Swiecki
2019-02-12linux/arch: move waiting sigset to globalRobert Swiecki
2019-01-30subporc: allow to use the same log_level inside fuzzed processesRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-12-29Error out if -p is used on unsupported platformsFederico G. Schwindt
2018-11-20cmdline: more work on envs #2Robert Swiecki
2018-11-20cmdline: more work on envsRobert Swiecki
2018-11-19cmdline: no need for --san_opts if the actual *SAN_OPTS override current onesRobert Swiecki
2018-11-12netdriver: Allow to set hfuzz->exe.netDriver explicitlyRobert Swiecki
2018-11-06cmdline: implement RLIMIT_CORE settingRobert Swiecki
2018-08-23sancov: remove, since it's old (clang-4), slower, and requires complex code. ...Robert Swiecki
2018-08-18Handle NetBSD in generic code switchesKamil Rytarowski
2018-08-15Add ptrace(2) backend for NetBSDKamil Rytarowski
2018-07-31Add option and config flag for 'only_printable' modeplusun
2018-03-11cmdline: simplify structure initializationRobert Swiecki
2018-03-09honggfuzz.h: get rid of the state substructRobert Swiecki
2018-03-08display: display updates fasterRobert Swiecki
2018-03-08honggfuzz/cmdline: sync honggfuzz_t with struct initRobert Swiecki
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-03-02honggfuzz: move more vars to substructsRobert Swiecki
2018-03-02honggfuzz: move more vars to substructsRobert Swiecki
2018-03-02honggfuzz.h: move some global struct values into substructsRobert Swiecki
2018-01-25display: move cmdline_text generation to display.cRobert Swiecki
2018-01-25remove useSanCov and use _HF_DYNFILE_SANCOVRobert Swiecki
2018-01-24Test for binary existence firstRobert Swiecki
2018-01-22cmdline: better usageRobert Swiecki
2018-01-22cmdline: explanation for --noinstRobert Swiecki
2018-01-22cmdline: clarification of abort for AndroidRobert Swiecki
2018-01-22cmdline: clarification of rss_limit impact on ASANRobert Swiecki
2018-01-21make indent dependRobert Swiecki
2018-01-21Support external fuzzer and provide code coveragedobin
2018-01-16cmdline: cast time_t to longRobert Swiecki
2018-01-16cmdline: discover both persistent and netdriver modesRobert Swiecki
2018-01-16display: display duration from the last coverage updateRobert Swiecki
2018-01-14dictionary: no need to use dictqCurrent + more logging when parsing the dictRobert Swiecki
2018-01-14files: settle of the convention that mmap cannot return NULL, so abstractions...Robert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-12cmdline: comment on auto-detection of --persistentRobert Swiecki
2018-01-11cmdline: correct *pritnf argumentsRobert Swiecki
2018-01-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10cmdline: set only the first byte of cmdline_txtRobert Swiecki
2018-01-10sanitizers: remove sanOpts_tRobert Swiecki
2018-01-10sanitizers: simplify *SAN_OPTIONS managementRobert Swiecki
2018-01-10Add automatic persistency check - don't perform check if -P was explicitly sp...Robert Swiecki
2018-01-10Add automatic persistency checkRobert Swiecki
2018-01-10arch: simplify arch handling a bitRobert Swiecki