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
/
posix
/
arch.c
Age
Commit message (
Expand
)
Author
2025-03-21
make indent
Robert Swiecki
2025-03-21
posix: disable ASLR for the child process on macOS
Khaled Yakdan
2025-03-20
posix: increment crash count before duplicate check
Khaled Yakdan
2023-12-06
solaris based system, disable process ASLR.
David Carlier
2022-11-22
make indent
Robert Swiecki
2022-11-22
set the current process as init process on FreeBSD.
David CARLIER
2022-04-28
arch_fork FreeBSD use rfork syscall instead.
David Carlier
2022-01-24
make indent
Robert Swiecki
2022-01-19
FreeBSD support controlling ASLR.
David CARLIER
2021-08-01
Solaris/Illumos build implementation proposal.
David Carlier
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-05-05
subproc: simpler subproc_StatusToStr())
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-01-20
arch: move arch.c logging to subproc.c
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
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-04
sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...
Robert Swiecki
2019-09-04
posix/arch: sigwait for sigtimedwait for openbsd
Robert Swiecki
2019-09-03
posix/arch: WSL defines __WALL but doesn't accept it
Robert Swiecki
2019-09-03
No need to use a special signal to emulate SIGUSR1
Robert Swiecki
2019-08-28
arch: use shorter form of concatenating strings
Robert Swiecki
2019-08-28
*/arch.c: use _HF_INPUT_FD instead of run->dynamicFileFd b/c the latter if O_...
Robert Swiecki
2019-08-27
subproc: allow to use ___FILE___ and -s with persistent mode
Robert Swiecki
2019-02-15
posix: check wait events in a loop
Robert Swiecki
2019-02-14
create a signal thread to distribute SIGCHLD as SIGUSR1
Robert Swiecki
2019-02-10
time limit checks based on USR1
Robert Swiecki
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2018-08-23
sancov: remove, since it's old (clang-4), slower, and requires complex code. ...
Robert Swiecki
2018-03-07
honggfuzz: even more fields into substructs
Robert Swiecki
2018-03-02
honggfuzz.h: move some global struct values into substructs
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-16
cmdline: discover both persistent and netdriver modes
Robert Swiecki
2018-01-15
subproc: use copy of a dynamic file to pass for stdin and ___FILE___ fuzzing
Robert Swiecki
2018-01-12
mangle: Move input fetching functions to mangle.c
Robert Swiecki
2018-01-12
posix: allow to use _HF_MONETARY_MOD with posix
Robert Swiecki
2018-01-11
Remove notion of the inputFile, in favor of input file-descriptors accessible...
Robert Swiecki
2018-01-10
arch: simplify arch handling a bit
Robert Swiecki
2018-01-08
rename UNUSED to HF_ATTR_UNUSED for clarity
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki
2017-12-18
run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRM
Robert Swiecki
2017-12-18
honggfuzz.h: move some fields into timing subfield
Robert Swiecki
2017-12-18
move some struct honggfuzz fields into exe subfield
Robert Swiecki
2017-12-15
Implement idea of total (all) and new coverage directories, as well as concep...
Robert Swiecki
2017-11-16
terminating logic: more improvements
Robert Swiecki
2017-11-16
better termination logic
Robert Swiecki
[next]