Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
honggfuzz
/
53c90af05c64a99a4d00c708a117932918c5c3fc
53c90af
Support '-c' with feedback-driven fuzzing
by Robert Swiecki
· 8 years ago
c5d3eb6
Merge pull request #133 from anestisb/macos-build
by robertswiecki
· 8 years ago
9dcb66a
Fix build issue for latest XC 8.3 / macOS 10.12.4 setup
by Anestis Bechtsoudis
· 8 years ago
68205fc
examples/linux_ip: Remove data from tun before using it
by Robert Swiecki
· 8 years ago
26314da
examples/linux_ip: send multiple packets from one input
by Robert Swiecki
· 8 years ago
38b4a45
examples/ip: udp_lite support
by Robert Swiecki
· 8 years ago
51142fa
examples/ip: ip offload
by Robert Swiecki
· 8 years ago
d26eccc
examples/ip: +sctp
by Robert Swiecki
· 8 years ago
5995908
BTS: Save high PC addresses when kernelOnly is enabled
by Robert Swiecki
· 8 years ago
485abb4
ipt: ioctl reset after use
by Robert Swiecki
· 8 years ago
8500f97
Linux kernel IP fuzzing with Intel PT/BTS: single buffer
by Robert Swiecki
· 8 years ago
e2588d4
Linux kernel IP fuzzing with Intel PT/BTS
by Robert Swiecki
· 8 years ago
37d27ca
Allow to choose between user and kernel perf
by Robert Swiecki
· 8 years ago
47f5de1
fuzz: fix hfuzz.fileName setting #2
by Robert Swiecki
· 8 years ago
34fe7ac
fuzz: fix hfuzz.fileName setting
by Robert Swiecki
· 8 years ago
e6e3372
Merge pull request #129 from n30m1nd/master
by robertswiecki
· 8 years ago
359bb34
FIX: Failing when dynamic file was accessed by multiple threads. Now each thread has its own dynamic file according to fuzzNo
by n30m1nd
· 8 years ago
514396a
examples/openssl: use SSL_CTX_set_ecdh_auto
by Robert Swiecki
· 8 years ago
3c01a0c
fuzz: a couple of smaller fixes
by Robert Swiecki
· 8 years ago
afb1610
fuzz: *bsd doesn't support circleq
by Robert Swiecki
· 8 years ago
a564637
examples/openssl: add SSL_shutdown
by Robert Swiecki
· 8 years ago
37498fd
fuzz: use different mutexes for feedback and the dynamic file queue
by Robert Swiecki
· 8 years ago
59e6890
linux/arch: modify signal mask for sigtimedwait once only
by Robert Swiecki
· 8 years ago
9f5f943
Use CIRCLEQ to avoid iterating over TAILQ
by Robert Swiecki
· 8 years ago
1b39d37
examples/openssl: remove SSL_CTX_set_short_header_enabled for boringssl
by Robert Swiecki
· 8 years ago
65804ee
linux/perf: use files_readFromFd() instead of read()
by Robert Swiecki
· 8 years ago
e451d59
common: remove unused struct
by Robert Swiecki
· 8 years ago
613a80e
linux: make const struct static
by Robert Swiecki
· 8 years ago
4581bec
linux/perf: simplify + compile under android
by Robert Swiecki
· 8 years ago
26753f0
linux: map aux buffer as prot_read
by Robert Swiecki
· 8 years ago
1163b9b
linux: speed-up perf feedback by resuing perf descriptors
by Robert Swiecki
· 8 years ago
a438a52
mangle: detect no flipping inside mangle_mangle
by Robert Swiecki
· 8 years ago
d982501
linux: typo
by Robert Swiecki
· 8 years ago
e3bcadf
mangle: add NegByte
by Robert Swiecki
· 8 years ago
17cfa93
Use SIGIO instead of SIGRTMIN+x for async io
by Robert Swiecki
· 8 years ago
cf03fc1
linux: no need to rely the SIGSTOP signal
by Robert Swiecki
· 8 years ago
746eaf0
linux: speed-up non-persistent modes
by Robert Swiecki
· 8 years ago
605c536
linux/arch: cleaning 4KiB of stack mem is costly
by Robert Swiecki
· 8 years ago
78c9f72
make indent
by Robert Swiecki
· 8 years ago
f16290f
linux/posix: rework of waiting code
by Robert Swiecki
· 8 years ago
245b7e1
posix: get rid of timers
by Robert Swiecki
· 8 years ago
dce80a4
linux: WNOHANG is technically specified for waitpid only
by Robert Swiecki
· 8 years ago
4971db2
linux: remove code after PLOG_F
by Robert Swiecki
· 8 years ago
86735f7
linux: use syscall for sigtimedwait, because it doesn't exist in android
by Robert Swiecki
· 8 years ago
2643f49
linux: missing subproc_checkTimeLimit and subproc_checkTermination
by Robert Swiecki
· 8 years ago
491d7bb
Use sigtimedwait instead of wait, to avoid losing persistent round done indicators
by Robert Swiecki
· 8 years ago
a57c6e8
examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c - indent
by Robert Swiecki
· 8 years ago
d516028
examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c
by Robert Swiecki
· 8 years ago
fc7a0b0
examples/openssl: add support for alpn in server
by Robert Swiecki
· 8 years ago
37c8087
examples/openssl: set srp grp to '1024'
by Robert Swiecki
· 8 years ago
c473299
examples/openssl: add srp support to server.c
by Robert Swiecki
· 8 years ago
82faf38
persistent: don't print output status if the process is terminating
by Robert Swiecki
· 8 years ago
4f09ce0
kill the subprocess upon termination of threads
by Robert Swiecki
· 8 years ago
50370a5
examples/openssl: missing include
by Robert Swiecki
· 8 years ago
964d1ff
examples/openssl: privkey.c from boringssl, plus initial corpus
by Robert Swiecki
· 8 years ago
6c46be1
files: include <linux/memfd.h> if needed (correction)
by Robert Swiecki
· 8 years ago
b361a63
files: include <linux/memfd.h> if needed
by Robert Swiecki
· 8 years ago
696a3c3
files: Use memfd_create when possible
by Robert Swiecki
· 8 years ago
3915a81
fuzz: all threads must indicate willingness to switch to _HF_STATE_DYNAMIC_MAIN
by Robert Swiecki
· 8 years ago
003474d
display: Dry Run -> Dynamic Dry Run
by Robert Swiecki
· 8 years ago
f4d3610
files: clear errno before readdir
by Robert Swiecki
· 8 years ago
85a91ef
make indent depend
by Robert Swiecki
· 8 years ago
83260f0
files: support EINTR for readdir
by Robert Swiecki
· 8 years ago
5231eab
files: readdir_r -> readdir as readdir_r is deprecated
by Robert Swiecki
· 8 years ago
a7841da
fuzz: set state for verifier as well
by Robert Swiecki
· 8 years ago
e6a4ff3
fuzz: keep local state copy in the fuzzer struct
by Robert Swiecki
· 8 years ago
a0659f4
files: skip empty input files
by Robert Swiecki
· 8 years ago
d75fa6f
util_rnd: special case for max == UINT64_MAX
by Robert Swiecki
· 8 years ago
92a3136
fuzz: more light-weight method of changing fuzzing states
by Robert Swiecki
· 8 years ago
f86e4d3
examples/openssl: new corpora
by Robert Swiecki
· 8 years ago
fd02b69
Implement reversed CRC64
by Robert Swiecki
· 8 years ago
b05f00f
examples/openssl: accepted ciphers
by Robert Swiecki
· 8 years ago
f951fbd
examples/openssl: add DSA certs
by Robert Swiecki
· 8 years ago
19d80f6
display: typo
by Robert Swiecki
· 8 years ago
ca6ebcf
display: typo
by Robert Swiecki
· 8 years ago
cee5814
sancov: display
by Robert Swiecki
· 8 years ago
acf4f5d
example/openssl: disable asan for OPENSSL_cpuid_setup
by Robert Swiecki
· 8 years ago
fd342f9
example/openssl: disable CRYPTO_memcmp
by Robert Swiecki
· 8 years ago
6d5f61e
examples/openssl
by Robert Swiecki
· 8 years ago
7358eef
remove: MAP_NORESERVE
by Robert Swiecki
· 8 years ago
8d01b01
More thread termination clean-ups
by Robert Swiecki
· 8 years ago
33fb284
Use pthread_join
by Robert Swiecki
· 8 years ago
86f7bc3
examples/openssl: initialize SSL_CTX* to NULL
by Robert Swiecki
· 8 years ago
d42a194
examples//openssl: use LLVMFuzzerInitialize
by Robert Swiecki
· 8 years ago
886eba5
examples/openssl: updated corpus_client
by Robert Swiecki
· 8 years ago
00db25e
examples/openssl: updated corpus_server
by Robert Swiecki
· 8 years ago
3948272
examples/openssl: Readme for ossl-1.1.0e
by Robert Swiecki
· 8 years ago
2f8b4cb
examples/openssl: patch for ossl-1.1.0e
by Robert Swiecki
· 8 years ago
b7261fb
examples/openssl: correct LLVMFuzzerInitialize name
by Robert Swiecki
· 8 years ago
58e8254
examples/openssl: use native *ssl deterministic random routines
by Robert Swiecki
· 8 years ago
3c8769f
examples/openssl: include for x509.c
by Robert Swiecki
· 8 years ago
d778cfd
examples/openssl: new include for x509.c
by Robert Swiecki
· 8 years ago
981756d
examples/openssl: new x509 corpus
by Robert Swiecki
· 8 years ago
a2dd401
examples/openssl: add i2d_X509 to x509.c
by Robert Swiecki
· 8 years ago
99b05f6
Readme: 0.8 -> 0.9
by Robert Swiecki
· 8 years ago
024acc1
examples/jpeg: incorrect size limits
by Robert Swiecki
· 8 years ago
63b477b
common.h: version bump
by Robert Swiecki
· 8 years ago
5776157
libhfuzz: check for whether guard value is 0
by Robert Swiecki
· 8 years ago
4681bd3
libhfuzz: simpler __sanitizer_cov_trace_switch
by Robert Swiecki
· 8 years ago
53ec9e4
fuzz: flatten the code
by Robert Swiecki
· 8 years ago
Next »