forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfreerdp.yaml
37 lines (37 loc) · 1.08 KB
/
freerdp.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
"functions":
- "name": "client_auto_reconnect"
"params":
- "name": "instance"
"type": "bool "
"return_type": "int"
"signature": "BOOL client_auto_reconnect(freerdp *)"
- "name": "freerdp_check_event_handles"
"params":
- "name": "context"
"type": "bool "
"return_type": "int"
"signature": "BOOL freerdp_check_event_handles(rdpContext *)"
- "name": "rdp_client_connect"
"params":
- "name": "rdp"
"type": "bool "
"return_type": "int"
"signature": "BOOL rdp_client_connect(rdpRdp *)"
- "name": "freerdp_connect"
"params":
- "name": "instance"
"type": "bool "
"return_type": "int"
"signature": "BOOL freerdp_connect(freerdp *)"
- "name": "client_auto_reconnect_ex"
"params":
- "name": "instance"
"type": "bool "
- "name": "window_events"
"type": "bool "
"return_type": "int"
"signature": "BOOL client_auto_reconnect_ex(freerdp *, DW_TAG_subroutine_typeInfinite loop *)"
"language": "c"
"project": "freerdp"
"target_name": "TestFuzzCryptoCertificateDataSetPEM"
"target_path": "/src/FreeRDP/libfreerdp/core/test/TestFuzzCryptoCertificateDataSetPEM.c"