aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2018-05-05Fix IPT error reportingSergiusz Bazanski
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-02linux/perf: prettify reading of intel_pt/intel_bts sys filesRobert 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-29linux: remove run->global->linux.useClone=true which was set for testingRobert 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-16cmdline: discover both persistent and netdriver modesRobert Swiecki
2018-01-15linux: include string.h in bfd.h to avoid dis-asm.h inclusion problemsRobert Swiecki
2018-01-15subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzingRobert Swiecki
2018-01-14files: settle of the convention that mmap cannot return NULL, so abstractions...Robert Swiecki
2018-01-13perf: map aux as PROT_READ, so it can be reusedRobert Swiecki
2018-01-13linux/perf: enable perf on execve both with persistent and non-pid fuzzingRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-12posix: allow to use _HF_MONETARY_MOD with posixRobert 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-10arch: simplify arch handling a bitRobert 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-08log: make *LOG_F a non-return function + use macros for clang's no_sanitizeRobert Swiecki
2018-01-07TEMP_FAILURE_RETRY more functions + make indentRobert 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-18move some struct honggfuzz fields into exe subfieldRobert Swiecki
2017-12-17linux/perf: make bts/ipt functions as attrbiute((hot))Robert Swiecki
2017-12-17linux/perf: map aux buffer as R/W - it speeds up BTSRobert Swiecki
2017-12-15Implement idea of total (all) and new coverage directories, as well as concep...Robert Swiecki
2017-12-06mangle: ascii numeric valuesRobert Swiecki
2017-11-29linux/pt: include 16bit offsets as wellRobert Swiecki
2017-11-29linux/pt: use more TIP packets to understand the IPRobert Swiecki
2017-11-29linux/pt: Seems << 11 makes it less stable in terms of IP pointsRobert Swiecki
2017-11-29linux/arch: move pid attaching procedures to a separate functionRobert Swiecki
2017-11-29linux: make pidCmd buffer staticRobert Swiecki
2017-11-29linux/arch: move perf attaching to the ptrace pathRobert Swiecki
2017-11-16Move defer-requiring functions/macros out of libcommonRobert Swiecki
2017-11-16terminating logic: more improvementsRobert Swiecki
2017-11-16better termination logicRobert Swiecki
2017-11-15hongguzz.h: move saveUnique to io structRobert Swiecki
2017-11-14linux/bfd: fewer defer{}'sRobert Swiecki
2017-11-14all: move more struct fields into substructers for clarityRobert Swiecki
2017-11-14linux/pt: simpler pt decodingRobert Swiecki