diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-19 12:36:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-19 12:52:04 +0200 |
| commit | 6d882fd26c01d118a584b2a3aecd5f08fa5e11e1 (patch) | |
| tree | daa277cb6ebeb1f3093920262a25e87629fd5fd2 /docs/syscall_descriptions.md | |
| parent | ac61eb2b125ee9891ae3290f770e6ee36c07535d (diff) | |
tools/check_links.py: detect absolute links
Detect absolute links to our repo.
These are not checked and long and inconsistent with majority of links.
Diffstat (limited to 'docs/syscall_descriptions.md')
| -rw-r--r-- | docs/syscall_descriptions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 36f99527b..c33912509 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -37,7 +37,7 @@ For actual manipulations `syzkaller` uses in-memory AST-like representation cons The in-memory representation can be [transformed](/prog/encoding.go) to/from textual form to store in on-disk corpus, show to humans, etc. -There is also another [binary representation](https://github.com/google/syzkaller/blob/master/prog/decodeexec.go) +There is also another [binary representation](/prog/decodeexec.go) of the programs (called `exec`), that is much simpler, does not contains rich type information (irreversible) and is used for actual execution (interpretation) of programs by [executor](/executor/executor.cc). |
