Skip to content

Commit fc7a802

Browse files
hanyangtaycopybara-github
authored andcommitted
Add links to make documentation more discoverable and fix typos.
PiperOrigin-RevId: 715856285
1 parent 57a5090 commit fc7a802

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ information from the target.
3131
By applying fuzzing techniques to a proxy, we can generate a series of test
3232
inputs (corpus) that produce interesting behavior in the proxy. Our underlying
3333
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).
3535

3636
##### Corpus / Corpus shard
3737

@@ -50,7 +50,8 @@ microseconds, but it can be arbitrarily large. Snapshots are stored as
5050

5151
Snapshots are typically created from the inputs generated by a fuzzing engine.
5252
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).
5455

5556
###### Expected end state
5657

@@ -67,7 +68,7 @@ in-memory one except that native pointers are replaced with offsets. See this
6768
[header](https://github.com/google/silifuzz/blob/main/snap/gen/relocatable_snap_generator.h)
6869
for details. This format is often referred to as *relocatable*. Each Snap
6970
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).
7172

7273
##### Runner
7374

doc/snap.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Silifuzz Snap Data Structurue
2-
3-
[TOC]
1+
# Silifuzz Snap Data Structure
42

53
## Overview
64

0 commit comments

Comments
 (0)