mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
def91db3fe
Always serialize strings in readable format (non-hex). Serialize binary data in readable format in more cases. Fixes #792
26 lines
562 B
Plaintext
26 lines
562 B
Plaintext
# Copyright 2018 syzkaller project authors. All rights reserved.
|
|
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
|
|
|
syz_mmap(addr vma, len len[addr])
|
|
syz_errno(v int32)
|
|
syz_compare(want ptr[in, string], want_len bytesize[want], got ptr[in, compare_data], got_len bytesize[got])
|
|
|
|
compare_data [
|
|
align0 align0
|
|
bf0 syz_bf_struct0
|
|
bf1 syz_bf_struct1
|
|
bf2 syz_bf_struct2
|
|
bf3 syz_bf_struct3
|
|
str string
|
|
blob array[int8]
|
|
arr16be array[int16be]
|
|
] [varlen]
|
|
|
|
align0 {
|
|
f0 int16
|
|
f1 int32
|
|
f2 int8
|
|
f3 int16
|
|
f4 int64
|
|
}
|