-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathlibraw.yaml
45 lines (45 loc) · 1.15 KB
/
libraw.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
44
45
"functions":
- "name": "_ZN6LibRaw14selectCRXTrackEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "void"
"signature": "void LibRaw::selectCRXTrack()"
- "name": "_ZN6LibRaw17crxLoadDecodeLoopEPvi"
"params":
- "name": "this"
"type": "bool "
- "name": "img"
"type": "bool "
- "name": "nPlanes"
"type": "int"
"return_type": "void"
"signature": "void LibRaw::crxLoadDecodeLoop(void *, int)"
- "name": "_ZN6LibRaw13parseCR3_CTMDEs"
"params":
- "name": "this"
"type": "bool "
- "name": "trackNum"
"type": "short"
"return_type": "int"
"signature": "int LibRaw::parseCR3_CTMD(short)"
- "name": "_ZN6LibRaw13sraw_midpointEv"
"params":
- "name": "this"
"type": "bool "
"return_type": "int"
"signature": "int LibRaw::sraw_midpoint()"
- "name": "_ZN6LibRaw14crxDecodePlaneEPvj"
"params":
- "name": "this"
"type": "bool "
- "name": "p"
"type": "bool "
- "name": "planeNumber"
"type": "int"
"return_type": "int"
"signature": "int LibRaw::crxDecodePlane(void *, uint32_t)"
"language": "c++"
"project": "libraw"
"target_name": "libraw_cr2_fuzzer"
"target_path": "/src/libraw_fuzzer.cc"