-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
196 lines (182 loc) · 3.3 KB
/
Copy path.gitignore
File metadata and controls
196 lines (182 loc) · 3.3 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# LocalTests
ext/
BUILD
SRC
target
*.bkp
afl_out
*.afl
*.cmplog
*.zip
afl_out*/
unifuzz/*/path/triage_build/test
unifuzz/*/pcguard/triage_build/test
unifuzz/*/selective/triage_build/test
unifuzz/*/pcguard/test
unifuzz/*/pcguard/ttest
unifuzz/*/pcguard/test-old
unifuzz/*/path/test
unifuzz/*/path/ttest
unifuzz/processing-test
unifuzz/processing-test.7z
unifuzz/*/pathafl/test
unifuzz/*/pathafl/instrumented
unifuzz/*/pathafl/triage_build/test
unifuzz/*/afl/test
unifuzz/*/afl/instrumented
unifuzz/*/afl/triage_build/test
unifuzz/*/selective/test
unifuzz/*/classic/test
unifuzz/*/path/test-old
unifuzz/*/path/test-64
unifuzz/*/clean/test
unifuzz/*/clean/latest
unifuzz/*/clean/gllvm
unifuzz/*/clean/
unifuzz/*/clean/test-latest
unifuzz/*/clean/triage
unifuzz/*/clean/test-cov
unifuzz/*/clean/triage-O0
unifuzz/results*
unifuzz/dgx-results
afl_triage_plot.py
# AFL
as
a.out
ld
in
out
core*
compile_commands.json
afl-analyze
afl-as
afl-clang
afl-clang++
afl-clang-fast
afl-clang-fast++
afl-clang-lto
afl-clang-lto++
afl-fuzz
afl-g++
afl-gcc
afl-gcc-fast
afl-g++-fast
afl-gotcpu
afl-ld
afl-ld-lto
afl-cs-proxy
afl-qemu-trace
afl-showmap
afl-tmin
afl-analyze.8
afl-as.8
afl-clang-fast++.8
afl-clang-fast.8
afl-clang-lto.8
afl-clang-lto++.8
afl-cmin.8
afl-cmin.bash.8
afl-fuzz.8
afl-c++.8
afl-cc.8
afl-gcc.8
afl-g++.8
afl-gcc-fast.8
afl-g++-fast.8
afl-gotcpu.8
afl-plot.8
afl-showmap.8
afl-system-config.8
afl-tmin.8
afl-whatsup.8
afl-persistent-config.8
afl-c++
afl-cc
afl-lto
afl-lto++
afl-lto++.8
afl-lto.8
qemu_mode/libcompcov/compcovtest
qemu_mode/qemu-*
qemu_mode/qemuafl
unicorn_mode/samples/*/\.test-*
unicorn_mode/samples/*/output/
test/unittests/unit_maybe_alloc
test/unittests/unit_preallocable
test/unittests/unit_list
test/unittests/unit_rand
test/unittests/unit_hash
examples/afl_network_proxy/afl-network-server
examples/afl_network_proxy/afl-network-client
examples/afl_frida/afl-frida
examples/afl_frida/libtestinstr.so
examples/afl_frida/frida-gum-example.c
examples/afl_frida/frida-gum.h
examples/aflpp_driver/libAFLDriver.a
examples/aflpp_driver/libAFLQemuDriver.a
libAFLDriver.a
libAFLQemuDriver.a
test/.afl_performance
test-instr
test/output
test/test-instr.ts
test/test-persistent
gmon.out
afl-frida-trace.so
utils/afl_network_proxy/afl-network-client
utils/afl_network_proxy/afl-network-server
utils/plot_ui/afl-plot-ui
*.o.tmp
utils/afl_proxy/afl-proxy
utils/optimin/build
utils/optimin/optimin
utils/persistent_mode/persistent_demo
utils/persistent_mode/persistent_demo_new
utils/persistent_mode/test-instr
!coresight_mode
!coresight_mode/coresight-trace
vuln_prog
# vscode
.vscode
.clang-format
pyrightconfig.json
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
!unifuzz/objdump/path/seeds/*.o
!unifuzz/objdump/pcguard/seeds/*.o
!unifuzz/objdump/selective/seeds/*.o
!unifuzz/objdump/pathafl/seeds/*.o
!unifuzz/objdump/afl/seeds/*.o
!unifuzz/nm-new/path/seeds/*.o
!unifuzz/nm-new/pcguard/seeds/*.o
!unifuzz/nm-new/selective/seeds/*.o
!unifuzz/nm-new/pathafl/seeds/*.o
!unifuzz/nm-new/afl/seeds/*.o
!unifuzz/oss-objd/path/seeds/*.o
!unifuzz/oss-objd/pcguard/seeds/*.o
!unifuzz/oss-nm/path/seeds/*.o
!unifuzz/oss-nm/pcguard/seeds/*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app