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
/
syz-fuzzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: add runner mode
Dmitry Vyukov
2024-06-24
3
-526
/
+0
*
executor: refactor coverage filter
Dmitry Vyukov
2024-06-24
1
-6
/
+1
*
pkg/flatrpc: send parameters to the fuzzer in RPC
Dmitry Vyukov
2024-06-05
1
-4
/
+3
*
pkg/fuzzer: improve handling of signal for non-target calls
Dmitry Vyukov
2024-06-03
3
-10
/
+26
*
syz-fuzzer: return all signal if there is any new signal
Dmitry Vyukov
2024-06-03
2
-3
/
+7
*
syz-fuzzer: remove ipc gate
Dmitry Vyukov
2024-05-27
2
-21
/
+2
*
syz-fuzzer: repair leak checking
Dmitry Vyukov
2024-05-27
1
-14
/
+15
*
all: adapt all cover and sig to 64bit
Joey Jiao
2024-05-27
2
-15
/
+15
*
syz-fuzzer: remove testing mode
Dmitry Vyukov
2024-05-27
2
-136
/
+23
*
syz-fuzzer: move state reset logic to manager
Dmitry Vyukov
2024-05-22
1
-7
/
+1
*
pkg/ipc: remove ExecOpts
Dmitry Vyukov
2024-05-21
2
-9
/
+4
*
pkg/ipc: remove ProgInfo
Dmitry Vyukov
2024-05-21
3
-44
/
+10
*
syz-manager, syz-fuzzer: switch communication to flatrpc
Dmitry Vyukov
2024-05-21
3
-191
/
+173
*
pkg/ipc: use flatrpc flags
Dmitry Vyukov
2024-05-17
2
-2
/
+5
*
syz-fuzzer: run binaries only once
Aleksandr Nogikh
2024-05-16
1
-2
/
+2
*
pkg/vminfo: move feature checking to host
Dmitry Vyukov
2024-05-15
3
-165
/
+53
*
syz-fuzzer: fix gvisor testing
Dmitry Vyukov
2024-05-07
1
-6
/
+9
*
pkg/repro, pkg/ipc: use flatrpc.Feature
Dmitry Vyukov
2024-05-06
1
-1
/
+1
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
2
-10
/
+11
*
pkg/log: add SyzFatal
Dmitry Vyukov
2024-05-03
2
-7
/
+7
*
tools/syz-runtest: switch to the generic program execution
Dmitry Vyukov
2024-05-03
3
-88
/
+87
*
pkg/vminfo: check enabled syscalls on the host
Dmitry Vyukov
2024-05-02
2
-68
/
+15
*
syz-fuzzer: don't expect that manager can provide exact number of requests
Dmitry Vyukov
2024-05-02
1
-11
/
+22
*
syz-fuzzer: set executor binary
Dmitry Vyukov
2024-04-30
1
-0
/
+1
*
syz-fuzzer: pass bug frames in connect result
Dmitry Vyukov
2024-04-30
1
-18
/
+22
*
syz-manager: check revisions on the host
Dmitry Vyukov
2024-04-30
2
-25
/
+38
*
syz-manager, syz-fuzzer: pass ExecOpts in exec requests
Dmitry Vyukov
2024-04-30
2
-32
/
+10
*
syz-fuzzer: minor refactoring
Dmitry Vyukov
2024-04-30
2
-36
/
+29
*
pkg/ipc: dedup features to flags conversion
Dmitry Vyukov
2024-04-30
2
-32
/
+2
*
pkg/ipc: make it possible to change EnvFlags between executions
Dmitry Vyukov
2024-04-30
3
-27
/
+27
*
syz-manager: print better message about disabled syscalls
Dmitry Vyukov
2024-04-29
1
-11
/
+0
*
pkg/host: move glob parsing to host
Dmitry Vyukov
2024-04-24
2
-10
/
+9
*
pkg/vminfo: add package
Dmitry Vyukov
2024-04-24
1
-42
/
+28
*
pkg/ipc: include executor freshness into execution result
Dmitry Vyukov
2024-04-16
1
-6
/
+3
*
syz-manager, syz-fuzzer: send exec encoded programs to fuzzer
Dmitry Vyukov
2024-04-16
2
-66
/
+25
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
2
-13
/
+11
*
syz-manager, syz-fuzzer: send RPC notifications about executing programs
Dmitry Vyukov
2024-04-16
2
-25
/
+24
*
pkg/fuzzer: fix signal filtering during minimization
Dmitry Vyukov
2024-04-15
2
-67
/
+20
*
pkg/ipc: refactor rate limiting
Dmitry Vyukov
2024-04-15
1
-1
/
+1
*
syz-fuzzer: don't sleep after transient executor errors
Dmitry Vyukov
2024-04-15
2
-3
/
+6
*
syz-fuzzer: remove output flag
Dmitry Vyukov
2024-04-11
2
-66
/
+8
*
pkg/rpctype: allow to disable timeouts
Dmitry Vyukov
2024-04-11
1
-1
/
+1
*
syz-manager: don't store whole CheckResult
Dmitry Vyukov
2024-04-09
1
-19
/
+16
*
all: refactor stats
Dmitry Vyukov
2024-04-09
2
-1
/
+7
*
pkg/rpctype: make RPC compression optional
Dmitry Vyukov
2024-04-03
1
-11
/
+12
*
syz-fuzzer: use of monotonic time for latency measurement
Dmitry Vyukov
2024-04-02
1
-2
/
+2
*
syz-fuzzer: print executor output on repeated failures
Dmitry Vyukov
2024-03-28
1
-1
/
+1
*
syz-manager: collect more stats about exchange calls
Dmitry Vyukov
2024-03-28
1
-3
/
+12
*
syz-fuzzer: avoid a nil ptr dereference
Aleksandr Nogikh
2024-03-25
1
-10
/
+11
*
pkg/fuzzer: implement basic max signal rotation
Aleksandr Nogikh
2024-03-25
1
-3
/
+4
[next]