Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
honggfuzz
/
623f4eb6ae6ea1791b0bac4207ba815a7eba2df0
/
libhfuzz
9f4cd09
Remove UNUSED
by Robert Swiecki
· 8 years ago
7c2c90c
Make sancov PC guards work across multiple processes
by Robert Swiecki
· 8 years ago
3eee4b5
Don't reinitialize sancov pc guards
by Robert Swiecki
· 8 years ago
ab28815
Info about trace-pc-guard in docs/comments
by Robert Swiecki
· 8 years ago
574b039
Support for trace-pc-guard
by Robert Swiecki
· 8 years ago
e9606ce
instrumentation: fix switch comparison
by Jagger
· 8 years ago
4a00f21
Correct comparison for size-limtied cmp funcs
by Jagger
· 8 years ago
561b979
Move mem/strcmp to a separate file
by Jagger
· 8 years ago
ac33183
Make libfuzz inline functions always_inline
by Jagger
· 8 years ago
c0dce05
Move interceptor functionality to libhfuzz
by Jagger
· 8 years ago
ae663be
Close bbFd before execve
by Jagger
· 8 years ago
28b352e
__sanitizer_cov_trace_switch take into consideration length of the cmp argument
by Jagger
· 8 years ago
e9169d6
Cleverererer san_cov coverage for switches
by Robert Swiecki
· 8 years ago
2313f2e
Crude implementation of __sanitizer_cov_trace_switch
by Jagger
· 8 years ago
25500c4
By default use empty BSS buffer for fallback bitmap
by Jagger
· 8 years ago
badab61
_HF_PERF_BITMAP_MASK -> _HF_PERF_BITMAP_BITSZ_MASK for clarity
by Robert Swiecki
· 8 years ago
a19fd0b
_OR is an incorrect operation for counter exchange
by Robert Swiecki
· 8 years ago
34789a7
Rename secondary counter to 'comparison map'
by Jagger
· 8 years ago
9aa3718
Secondary counters also are based on bitmap now
by Jagger
· 8 years ago
91c687c
Secondary counters for soft counters
by Jagger
· 8 years ago
94d54ff
Remove -I. from linux and posix builds
by Robert Swiecki
· 8 years ago
efeb4be
Move lib to libhfuzz
by Jagger
· 8 years ago
[Renamed from lib]
e90b35b
No need to check for the prctl GS val size
by Jagger
· 8 years ago
20ca4c0
Move some macros/defs to individual files
by Jagger
· 8 years ago
332b9df
Merge branch 'master' of ssh://github.com/google/honggfuzz
by Jagger
· 8 years ago
50ea017
Getting and setting for custom counter
by Jagger
· 8 years ago
6691906
Get sancov coverage max
by Robert Swiecki
· 8 years ago
71b7372
Implement maximal number of branches for softCnt
by Robert Swiecki
· 8 years ago
42fa0af
Use ret addr in sancov indirect call recording
by Jagger
· 8 years ago
22f2395
libraries -> lib
by Jagger
· 8 years ago
[Renamed from libraries]
878aecb
Disable attribute weak for instrumentation
by Jagger
· 8 years ago
b6ee3cc
__sanitizer_cov_trace_pc_indirect -> __sanitizer_cov_trace_pc_indir
by Jagger
· 8 years ago
c45f280
Support for sancov=trace-pc
by Jagger
· 8 years ago
f65015c
sys/syscall for linux only
by Jagger
· 8 years ago
e6926ab
arch_prctl only for Linux
by Jagger
· 8 years ago
7d4f3fd
Move atomics to util.h
by Jagger
· 8 years ago
38fe833
Use bitmap again
by Jagger
· 8 years ago
1b02fa0
Use byte-map instead of bit-map
by Robert Swiecki
· 8 years ago
fa3544a
Pass fuzzing thread no as envvar
by Jagger
· 8 years ago
12e14d6
No need to print error when not in -z mode
by Robert Swiecki
· 8 years ago
dafa1ce
Initialize the array to make msan happy
by Jagger
· 8 years ago
6dca788
Apply bitmap mask to the right offet
by Jagger
· 8 years ago
9c3355a
Define __cyg_profile_func_exit
by Jagger
· 8 years ago
17cd583
Minus non standard error.h include
by Jagger
· 8 years ago
c8b6111
Indent
by Jagger
· 8 years ago
220e03e
Increase perf mapping sizes
by Jagger
· 8 years ago
b692f28
A bit faster PT
by Robert Swiecki
· 8 years ago
7792ba5
Enable fast optimizations for instrumentation
by Robert Swiecki
· 8 years ago
f2723e1
readdir_r -> readdir + indent
by Jagger
· 8 years ago
491c7a5
Merge remote-tracking branch 'refs/remotes/origin/master'
by Jagger
· 8 years ago
d302beb
No instrument for instrument code
by Jagger
· 8 years ago
b2fff2f
Introduce atomic-relaxed
by Robert Swiecki
· 8 years ago
767b8f9
Numeric -> macro
by Jagger
· 8 years ago
50b2725
Weak LLVMFuzzerTestOneInput
by Jagger
· 8 years ago
69af5fa
Rename the hfuzz lib src files
by Jagger
· 8 years ago
9a135bb
Renaming of defines
by Jagger
· 8 years ago
b7fa3ee
A more versatile feedback struct
by Jagger
· 8 years ago
b22c49b
Just use _exit with gcc instrumentation code
by Jagger
· 8 years ago
66f3ab9
Merge pull request #81 from anestisb/mac-fixes
by robertswiecki
· 8 years ago
3d97752
Set perf bitmap size to 16 foreva :)
by Jagger
· 8 years ago
84ad353
[MAC] exit_group syscall is Linux specific
by Anestis Bechtsoudis
· 8 years ago
395df02
Missing gcc instrumentation, plus atomic_clear oddities
by Jagger
· 8 years ago
b01aaae
Slight improvements to the software-based counters
by Jagger
· 8 years ago
bc7532e
Use memfd_create if possible
by Robert Swiecki
· 8 years ago
b3358e3
Custom counters - correct version of strcmp
by Jagger
· 8 years ago
5223289
Small changes to the interceptor
by Jagger
· 8 years ago
d573837
Primary/secondary for sancov as well
by Jagger
· 8 years ago
1b6c301
Perf: remove bbMapSz as compile-team multiplication is faster
by Jagger
· 8 years ago
66e5460
Remove sanCovFast which wasn't that fast
by Jagger
· 8 years ago
4eab0b5
More detailed display of progress
by Robert Swiecki
· 8 years ago
bbfdff6
Split persistent mode into 2 files
by Jagger
· 8 years ago
baa598c
Make it faster by simplifying signal logic
by Jagger
· 8 years ago
04d8482
Use uint32 for persistent file size
by Jagger
· 9 years ago
1cf8638
Remove unused function
by Jagger
· 9 years ago
1d74338
Don't create .honggfuzz files in persistent mode
by Jagger
· 9 years ago
35f476e
Indent
by Jagger
· 9 years ago
ad2b3c1
Remove intereceptor from by-default compiled libs
by Jagger
· 9 years ago
cff83d6
Remove non-standard error.h
by Jagger
· 9 years ago
065ff57
Move libs/ to libraries/
by Jagger
· 9 years ago
[Renamed from libs]
a72ac9d
Move libs to libs/
by Jagger
· 9 years ago