-
Notifications
You must be signed in to change notification settings - Fork 108
/
gfwx.yaml
43 lines (43 loc) · 1.47 KB
/
gfwx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
"functions":
- "name": "_ZN7fuzzing5types9ContainerIhLb0ELb0EE4copyEPKvm"
"params":
- "name": "this"
"type": "bool "
- "name": "data"
"type": "bool "
- "name": "size"
"type": "size_t"
"return_type": "void"
"signature": "void fuzzing::types::Container<unsigned char, false, false>::copy(Container<char, true, false> *, const void *, size_t)"
- "name": "_ZN7fuzzing5types9ContainerIhLb0ELb0EE8allocateEm"
"params":
- "name": "this"
"type": "bool "
- "name": "size"
"type": "size_t"
"return_type": "void"
"signature": "void fuzzing::types::Container<unsigned char, false, false>::allocate(Container<char, true, false> *, size_t)"
- "name": "_ZN7fuzzing5types9ContainerIcLb1ELb0EE4freeEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void fuzzing::types::Container<char, true, false>::free()"
- "name": "_ZN7fuzzing5types9ContainerIcLb1ELb0EE8allocateEm"
"params":
- "name": "this"
"type": "bool "
- "name": "size"
"type": "size_t"
"return_type": "void"
"signature": "void fuzzing::types::Container<char, true, false>::allocate(size_t)"
- "name": "_ZN7fuzzing5types9ContainerIhLb0ELb0EE4freeEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void fuzzing::types::Container<unsigned char, false, false>::free(Container<char, true, false> *)"
"language": "c++"
"project": "gfwx"
"target_name": "fuzzer-encoder"
"target_path": "/src/gfwx-fuzzers/encoder.cpp"