-
Notifications
You must be signed in to change notification settings - Fork 108
/
freeimage.yaml
43 lines (43 loc) · 1.18 KB
/
freeimage.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": "_ZN6LibRaw14selectCRXTrackEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void LibRaw::selectCRXTrack()"
- "name": "_ZN6LibRaw13parseCR3_CTMDEs"
"params":
- "name": "this"
"type": "bool "
- "name": "trackNum"
"type": "short"
"return_type": "int"
"signature": "int LibRaw::parseCR3_CTMD(short)"
- "name": "_ZN6LibRaw13dcraw_processEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "int"
"signature": "int LibRaw::dcraw_process()"
- "name": "_ZN7Imf_2_29InputFileC2EPKci"
"params":
- "name": "this"
"type": "bool "
- "name": "fileName"
"type": "bool "
- "name": "numThreads"
"type": "int"
"return_type": "void"
"signature": "void Imf_2_2::InputFile::InputFile(const char *, int)"
- "name": "_ZN6LibRaw15open_datastreamEP26LibRaw_abstract_datastream"
"params":
- "name": "this"
"type": "bool "
- "name": "stream"
"type": "bool "
"return_type": "int"
"signature": "int LibRaw::open_datastream(LibRaw_abstract_datastream *)"
"language": "c++"
"project": "freeimage"
"target_name": "load_from_memory_fuzzer"
"target_path": "/src/load_from_memory_fuzzer.cc"