| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | prog: introduce new Base64 syntax for data | Hrutvik Kanabar | 2022-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The new "$..." syntax is read as a Base64 encoding binary data. Note that users cannot specify the size of the Base64 syntax using the `"..."/<size>` notation. When serialising programs to human-readable form, only compressed types (determined by `IsCompressed()`) are represented using the new Base64 notation. Also add a couple of serialisation tests, checking behaviour for compressed and non-compressed types. | ||||
| * | docs: update docs to reflect the new `async` flag | Aleksandr Nogikh | 2021-12-10 | 1 | -0/+22 |
| | | |||||
| * | docs: add a brief program syntax description | Aleksandr Nogikh | 2021-09-22 | 1 | -0/+93 |
| Currently the documentation is lacking any description of the textual program representation used by syzkaller. Also, the newly implemented call properties are not described anywhere yet. Fix this by introducing the program_syntax.md file. | |||||
