aboutsummaryrefslogtreecommitdiff
path: root/linux/trace.c
AgeCommit message (Expand)Author
2019-12-04sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...Robert Swiecki
2019-12-04cmdline/sanitizers: add option to delete/retain asan report, as well as move ...Robert Swiecki
2019-12-04linux/trace: parse various asan reportsRobert Swiecki
2019-12-04linux/trace: android's version of asanRobert Swiecki
2019-12-03make indent dependRobert Swiecki
2019-12-03linux/trace: assume all registers are uint64_t +asan parsingRobert Swiecki
2019-12-03linux/trace: assume all registers are uint64_tRobert Swiecki
2019-12-03linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path stringsRobert Swiecki
2019-12-03linux/trace: sscanf is tricky, add 1 byte so the scanning doesn't overflow bu...Robert Swiecki
2019-12-03linux/trace: make it compile with -m32Robert Swiecki
2019-12-03linux/trace: make android compile with capstone 4.0.1Robert Swiecki
2019-12-03android: fixes for AndroidRobert Swiecki
2019-11-30linux/trace: save backtrace for the reportRobert Swiecki
2019-11-30linux/trace: use longer description for the reportRobert Swiecki
2019-11-30linux/trace: simplify poarsing asan reportsRobert Swiecki
2019-11-30linux/trace: save multiple crashes per runRobert Swiecki
2019-11-29linux/trace: debug msgRobert Swiecki
2019-11-29linux/trace: don't handle SIGSEGV/SIGBUS/SIGILL/SIGFPE is -S is enabledRobert Swiecki
2019-10-30android: make make android-all workRobert Swiecki
2019-04-17linux/: use TEMP_FAILURE_RETRY with some restartable funcsRobert Swiecki
2019-01-30ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...Robert Swiecki
2018-08-23sancov: remove, since it's old (clang-4), slower, and requires complex code. ...Robert Swiecki
2018-07-13add __sanitizer_cov_trace_div to supported coverage metricsRobert Swiecki
2018-04-17util/printf: add printf attributeRobert Swiecki
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-03-02honggfuzz: move more vars to substructsRobert Swiecki
2018-03-02honggfuzz.h: move some global struct values into substructsRobert Swiecki
2018-02-27fewer == false == true across the codeRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-25remove useSanCov and use _HF_DYNFILE_SANCOVRobert Swiecki
2018-01-21make indent dependRobert Swiecki
2018-01-21Support external fuzzer and provide code coveragedobin
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-11Remove notion of the inputFile, in favor of input file-descriptors accessible...Robert Swiecki
2018-01-10subproc: receiving the ready message from the fuzzed process is not necessaryRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2018-01-08rename UNUSED to HF_ATTR_UNUSED for clarityRobert Swiecki
2018-01-07const'ize some structs across the codeRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2017-12-28arch: Messages for new crashesRobert Swiecki
2017-12-18run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRMRobert Swiecki
2017-12-18honggfuzz.h: move some fields into timing subfieldRobert Swiecki
2017-12-15Implement idea of total (all) and new coverage directories, as well as concep...Robert Swiecki
2017-11-15hongguzz.h: move saveUnique to io structRobert Swiecki
2017-11-14all: move more struct fields into substructers for clarityRobert Swiecki
2017-11-14MergeRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-13all: move all counetrs into a separate structRobert Swiecki
2017-11-11fuzzer_t fuzzer -> run_t run for clarity of namingRobert Swiecki