forked from HunterPie/HunterPie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathptrace.rsp
More file actions
54 lines (54 loc) · 880 Bytes
/
Copy pathptrace.rsp
File metadata and controls
54 lines (54 loc) · 880 Bytes
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
46
47
48
49
50
51
52
53
54
--config
latest-codegen
exclude-com-proxies
exclude-empty-records
exclude-enum-operators
generate-aggressive-inlining
generate-macro-bindings
generate-file-scoped-namespaces
generate-guid-member
generate-macro-bindings
generate-marker-interfaces
generate-unmanaged-constants
log-potential-typedef-remappings
multi-file
latest-codegen
#preview-codegen
trimmable-vtbls
unix-types
log-exclusions
--include-directory
/usr/lib/gcc/x86_64-linux-gnu/11/include
/usr/local/include
/usr/include/x86_64-linux-gnu
/usr/include
--language
c
-std
c11
--file-directory
/usr/include/x86_64-linux-gnu/
--file
sys/ptrace.h
--traverse
bits/types.h
bits/ptrace-shared.h
--include
ptrace
ptrace.*
PTRACE_.*
PT_.*
#--exclude
--libraryPath
c
#--remap
--namespace
HunterPie.Core.System.Linux
--output-mode
CSharp
--output
HunterPie.Core/System/Linux/PTrace
--methodClassName
PTrace
--prefixStrip
ptrace_