about summary refs log tree commit diff
path: root/pkgs/tools/security/honggfuzz
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25honggfuzz: pin to binutils-2.38 until upstream ports to 2.39Sergei Trofimovich1-3/+13
Without the change build fails on binutils-2.39 branch as: linux/bfd.c: In function 'arch_bfdDisasm': linux/bfd.c:231:5: error: too few arguments to function 'init_disassemble_info' 231 | init_disassemble_info(&info, instr, arch_bfdFPrintF); | ^~~~~~~~~~~~~~~~~~~~~
2022-05-28honggfuzz: remove unused let inSandro Jäckel1-46/+44
2022-05-26honggfuzz: Add chivay to maintainersHubert Jasudowicz1-1/+1
2022-01-03honggfuzz: 2.4 -> 2.5Daniel McCarney1-9/+9
2021-02-25honggfuzz: 2.3.1 -> 2.4R. RyanTM1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak1-1/+1
+ use fetchFromGithub where possible
2020-09-03honggfuzz: patch hfuzz-cc.c to fix path to buildtime-provided clangRobert Scott1-0/+6
i judged this slightly better than using a wrapper
2020-09-03honggfuzz: 2.2 -> 2.3.1R. RyanTM1-2/+2
2020-07-07honggfuzz: init at 2.2Daniel McCarney1-0/+45
Honggfuzz is a security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with interesting analysis options. It is multi-process and multi-threaded, blazingly fast when the persistent fuzzing mode is used and has a solid track record of uncovered security bugs. See https://honggfuzz.dev for more information.