index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
/
hints.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-8
/
+2
*
pkg/fuzzer: display hints job info
Aleksandr Nogikh
2024-09-02
1
-0
/
+10
*
prog: restricts hints to at most 10 attempts per single kernel PC
Dmitry Vyukov
2024-07-22
1
-13
/
+58
*
prog: stop mutating crashing images
Dmitry Vyukov
2024-07-05
1
-2
/
+3
*
prog: don't keep uncompressed images in memory during hints
Dmitry Vyukov
2024-07-05
1
-2
/
+8
*
prog: reduce amount of hint replacements
Dmitry Vyukov
2024-07-02
1
-4
/
+23
*
pkg/fuzzer: deflake comparisons
Aleksandr Nogikh
2024-05-15
1
-0
/
+14
*
prog: enable MutateWithHints() abortion
Aleksandr Nogikh
2024-03-14
1
-13
/
+27
*
prog: support conditional fields
Aleksandr Nogikh
2024-02-19
1
-0
/
+7
*
all: tools/syz-env make generate result
Taras Madan
2023-02-24
1
-12
/
+17
*
pkg/image: treat empty compressed image as valid image
Dmitry Vyukov
2022-12-22
1
-3
/
+0
*
prog: mutate compressed images with hints
Dmitry Vyukov
2022-12-22
1
-11
/
+52
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+5
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-1
/
+1
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-1
/
+1
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-3
/
+2
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-1
/
+1
*
prog: rename target.SanitizeCall to Neutralize
Dmitry Vyukov
2020-03-17
1
-1
/
+6
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-1
/
+9
*
prog: add size checks for const arguments during hints mutation
Veronica Radu
2019-10-03
1
-3
/
+21
*
prog: don't produce the same program when mutating with hints
Dmitry Vyukov
2019-01-03
1
-0
/
+3
*
prog: remove several sources of non-determinism
Dmitry Vyukov
2019-01-03
1
-11
/
+23
*
prog: introduce debugValidate
Dmitry Vyukov
2018-08-02
1
-5
/
+1
*
prog: sanitize calls after hints mutation
Dmitry Vyukov
2018-07-12
1
-0
/
+1
*
prog: don't generate filenames that escape sandbox
Dmitry Vyukov
2018-07-08
1
-1
/
+6
*
prog: dedup mutation code
Dmitry Vyukov
2018-05-07
1
-7
/
+10
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
1
-2
/
+2
*
prog: support big-endian during hints matching
Dmitry Vyukov
2018-04-01
1
-25
/
+36
*
prog: reduce nesting level in shrinkExpand
Dmitry Vyukov
2018-03-31
1
-16
/
+17
*
prog: extend a TODO about big-endian hints
Dmitry Vyukov
2018-02-27
1
-0
/
+4
*
prog: add arbitrary mutation of complex structs
Dmitry Vyukov
2018-02-25
1
-0
/
+1
*
prog: mutate len fields based on hints
Dmitry Vyukov
2018-02-19
1
-5
/
+0
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-3
/
+0
*
prog: rework foreachArg
Dmitry Vyukov
2018-02-19
1
-3
/
+4
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-11
/
+9
*
prog: speedup and simplify hints code
Dmitry Vyukov
2017-12-08
1
-74
/
+46
*
prog: fix a data race
Dmitry Vyukov
2017-12-08
1
-4
/
+5
*
prog: fix hints of data args
Dmitry Vyukov
2017-12-08
1
-8
/
+22
*
prog: export MakeData/UnionArg as we do for other arg types
Dmitry Vyukov
2017-11-22
1
-1
/
+1
*
syz-fuzzer: generates hints only for the call that gave new coverage
Dmitry Vyukov
2017-10-23
1
-8
/
+7
*
prog: add a TODO for hints
Dmitry Vyukov
2017-10-23
1
-0
/
+2
*
prog: fix bugs in hints generation
Dmitry Vyukov
2017-10-23
1
-4
/
+18
*
prog: remove default target and all global state
Dmitry Vyukov
2017-09-15
1
-1
/
+1
*
prog: remove special knowledge about "mmap" syscall
Dmitry Vyukov
2017-09-15
1
-11
/
+2
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-4
/
+2
*
prog: dot-import sys
Dmitry Vyukov
2017-09-05
1
-2
/
+2
*
hints: add new mutations and tests
Victor Chibotaru
2017-09-01
1
-15
/
+141
*
ipc, prog, fuzzer, execprog: add hints generation code
Victor Chibotaru
2017-08-30
1
-1
/
+48
*
executor, ipc: modify the IO between KCOV<->executor<->fuzzer
Victor Chibotaru
2017-08-30
1
-0
/
+50