File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ information from the target.
31
31
By applying fuzzing techniques to a proxy, we can generate a series of test
32
32
inputs (corpus) that produce interesting behavior in the proxy. Our underlying
33
33
assumption is that this translates into similarly interesting behavior in the
34
- target.
34
+ target. Read more in the [ docs ] ( https://github.com/google/silifuzz/blob/main/doc/proxy_architecture.md ) .
35
35
36
36
##### Corpus / Corpus shard
37
37
@@ -50,7 +50,8 @@ microseconds, but it can be arbitrarily large. Snapshots are stored as
50
50
51
51
Snapshots are typically created from the inputs generated by a fuzzing engine.
52
52
For CPU testing purposes these inputs are filtered to eliminate all
53
- non-deterministic snapshots.
53
+ non-deterministic snapshots. Read more in the
54
+ [ docs] ( https://github.com/google/silifuzz/blob/main/doc/what_makes_a_good_test.md ) .
54
55
55
56
###### Expected end state
56
57
@@ -67,7 +68,7 @@ in-memory one except that native pointers are replaced with offsets. See this
67
68
[ header] ( https://github.com/google/silifuzz/blob/main/snap/gen/relocatable_snap_generator.h )
68
69
for details. This format is often referred to as * relocatable* . Each Snap
69
70
contains exactly one expected end state i.e. Snaps are
70
- microarchitecture-specific.
71
+ microarchitecture-specific. Read more in the [ docs ] ( https://github.com/google/silifuzz/blob/main/doc/snap.md ) .
71
72
72
73
##### Runner
73
74
Original file line number Diff line number Diff line change 1
- # Silifuzz Snap Data Structurue
2
-
3
- [ TOC]
1
+ # Silifuzz Snap Data Structure
4
2
5
3
## Overview
6
4
You can’t perform that action at this time.
0 commit comments