Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
honggfuzz
/
3a5c77b92cf20a07abd70abf06d2c7079abb3147
3a5c77b
examples/terminal:readme
by Robert Swiecki
· 8 years ago
fef8eac
examples/terminal:readme
by Robert Swiecki
· 8 years ago
4ca702e
examples/terminals: more term.log exclusions
by Robert Swiecki
· 8 years ago
5d6862a
examples/terminal:readme
by Robert Swiecki
· 8 years ago
03d6154
examples/terminal:readme
by Robert Swiecki
· 8 years ago
d697204
examples/terminal:readme
by Robert Swiecki
· 8 years ago
5ba0bc3
examples/terminal:readme
by Robert Swiecki
· 8 years ago
722c3f4
examples/terminal:readme
by Robert Swiecki
· 8 years ago
f83b631
examples/terminals: better fcntl wrapper
by Robert Swiecki
· 8 years ago
e1b03d3
examples/terminals: rm --
by Robert Swiecki
· 8 years ago
ae5b267
examples/terminals: ini
by Robert Swiecki
· 8 years ago
1441b6b
linux: support for mips/mips64
by Robert Swiecki
· 8 years ago
8eadd37
make indent depend
by Robert Swiecki
· 8 years ago
3c7ef4d
Merge pull request #136 from anestisb/linker-fix
by robertswiecki
· 8 years ago
2d5dbf3
gitignore hfuzz_cc binary
by Anestis Bechtsoudis
· 8 years ago
b59b0bf
[hfuzz_cc] Fix linker issue from sym leading underscore
by Anestis Bechtsoudis
· 8 years ago
b71b17e
hfuzz_cc: logging
by Robert Swiecki
· 8 years ago
c2ff239
hfuzz_cc: try various clangs
by Robert Swiecki
· 8 years ago
4289cb7
hfuzz_cc: use files.c and util.c
by Robert Swiecki
· 8 years ago
cc26d34
examples/openssl: use -ldl only if Linux is used
by Robert Swiecki
· 8 years ago
7406e99
hfuzz_cc: add -Wl,-z,muldefs to ldmode
by Robert Swiecki
· 8 years ago
877665d
hfuzz_cc: - errno.h
by Robert Swiecki
· 8 years ago
68fef5b
hfuzz_cc: save libhfuzz to /tmp/libhfuzz.a
by Robert Swiecki
· 8 years ago
cbfadb0
examples/openssl: make.sh
by Robert Swiecki
· 8 years ago
7dd7a77
mangle: increase byte manipulation ratio
by Robert Swiecki
· 8 years ago
23db6ea
Makefile: hfuzz_cc
by Robert Swiecki
· 8 years ago
658588f
hfuzz_cc: repeat -c options with linking as well
by Robert Swiecki
· 8 years ago
61e71db
mangle: bring back mangle_Resize
by Robert Swiecki
· 8 years ago
46c21e3
fuzz: change ratio of changes
by Robert Swiecki
· 8 years ago
d633fe0
implement hfuzz_cc_bin
by Robert Swiecki
· 8 years ago
0767d2c
remove _config.yml
by Robert Swiecki
· 8 years ago
5b775b2
cmdline: exclude -s and -P
by Robert Swiecki
· 8 years ago
763439b
Set theme jekyll-theme-tactile
by robertswiecki
· 8 years ago
5aff9c6
fuzz: set correct fuzzer->origFileName
by Robert Swiecki
· 8 years ago
87ca211
Allow to use -f with -c
by Robert Swiecki
· 8 years ago
c1deec8
Allow mutating external files with -c
by Robert Swiecki
· 8 years ago
bae0d8a
Readme
by Robert Swiecki
· 8 years ago
50a146e
Readme
by Robert Swiecki
· 8 years ago
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
Next »