index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
Age
Commit message (
Expand
)
Author
2020-07-30
Remove redundant F_SETSIG call from process fork
Stefan Bucur
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-05-07
subproc: simpler subproc_StatusToStr()) #2
Robert Swiecki
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-26
linux/bfd: __block no longer needed
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-04-20
move linux.hwCnts to just hwCnts, as these are not linux-specific
Robert Swiecki
2020-03-29
linux: enable network namespacing by default (if available)
Robert Swiecki
2020-03-28
libhfcommon/files: implement files_writeStrToFile and move some callers of fi...
Robert Swiecki
2020-03-26
Makefile/linux/bfd: give ability no to link against bfd/binutils
Robert Swiecki
2020-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-03-24
subproc: set nice(1) for fuzzed processes
Robert Swiecki
2020-03-05
fix some -m32 compilation issues (type casting)
Robert Swiecki
2020-03-01
libhfuzz: always test value with atomics before calling xchg
Robert Swiecki
2020-02-26
introduce concept of cmpfeedback map which will be used to report back to the...
Robert Swiecki
2020-01-20
arch: move arch.c logging to subproc.c
Robert Swiecki
2020-01-20
subproc: move execve argument preparation into a separate func
Robert Swiecki
2020-01-20
subproc: move argument generation to subproc.c
Robert Swiecki
2020-01-19
*/arch.c: fix https://github.com/google/honggfuzz/issues/302 - check ret valu...
Robert Swiecki
2020-01-08
linux/bfd: make it work with bfd-2.33 - simpler solution
Robert Swiecki
2020-01-08
linux/bfd: make it work with bfd-2.33
Robert Swiecki
2019-12-06
sanitizers: add demangled symbol parsing
Robert Swiecki
2019-12-06
linux/trace: check for func/file == NULL
Robert Swiecki
2019-12-06
linux/trace: comments
Robert Swiecki
2019-12-06
linux/trace: don't use si.si_addr if it's SI_FROMUSER()
Robert Swiecki
2019-12-06
linux/bfd: use c++ demangler with liberty
Robert Swiecki
2019-12-06
linux/trace: remove incorrect check
Robert Swiecki
2019-12-06
bfd_demangle returns allocated buf
Robert Swiecki
2019-12-06
linux/trace: swapped arguments to report_appendReport()
Robert Swiecki
2019-12-05
linux: implement function demangling
Robert Swiecki
2019-12-05
posix: generate report
Robert Swiecki
2019-12-05
*/trace: don't fake frames if asan log parsing fails
Robert Swiecki
2019-12-05
posix: add san log parsing
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
2019-12-05
sanitizers: simplify asan report parsing (no need for READ/WRITE parsing any ...
Robert Swiecki
2019-12-05
sanitizers+linux/trace: add another asan report parsing format, and simplify ...
Robert Swiecki
2019-12-04
linux/unwind: use also dynamic symbol table
Robert Swiecki
2019-12-04
cmdline: add cmdlineParseTrueFalse() to parse true/false arguments
Robert Swiecki
2019-12-04
linux/trace: pass pcRegSz to arch_getInstrStr
Robert Swiecki
2019-12-04
sanitizers: move arch_hashCallstack to sanitizers
Robert Swiecki
2019-12-04
sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...
Robert Swiecki
2019-12-04
cmdline/sanitizers: add option to delete/retain asan report, as well as move ...
Robert Swiecki
2019-12-04
linux/trace: parse various asan reports
Robert Swiecki
2019-12-04
linux/trace: android's version of asan
Robert Swiecki
2019-12-03
make indent depend
Robert Swiecki
2019-12-03
linux/trace: assume all registers are uint64_t +asan parsing
Robert Swiecki
2019-12-03
linux/trace: assume all registers are uint64_t
Robert Swiecki
2019-12-03
linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path strings
Robert Swiecki
2019-12-03
linux/trace: sscanf is tricky, add 1 byte so the scanning doesn't overflow bu...
Robert Swiecki
[prev]
[next]