Skip to content

Commit d940bc3

Browse files
committed
added scripts
1 parent 433fa54 commit d940bc3

File tree

264 files changed

+28
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+28
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
project(Fuzzing)
4-
set(CMAKE_C_COMPILER "../AFL/afl-gcc")
4+
set(CMAKE_C_COMPILER "../../AFL/afl-gcc")
55

66
add_executable(stb-image main.c)
77
target_link_libraries(stb-image m)

README.md

+12-1

run.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
for i in {0..8}
2+
do
3+
screen -dmS fuzzer$i /bin/bash -c "../AFL/afl-fuzz -i test-input -o findings -M fuzzer$i -- build/stb-image @@"
4+
done

status.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../AFL/afl-whatsup findings

stb

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a
299 Bytes
595 Bytes
2.79 KB
4.08 KB
167 Bytes
302 Bytes
2.15 KB
3.35 KB
2.79 KB
3.35 KB
2.17 KB
3.37 KB
167 Bytes
302 Bytes
179 Bytes
314 Bytes
203 Bytes
338 Bytes
1.25 KB
2.97 KB
1.99 KB
1.99 KB
1.28 KB

test-input/pngsuite/PngSuite.LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PngSuite
2+
--------
3+
4+
Permission to use, copy, modify and distribute these images for any
5+
purpose and without fee is hereby granted.
6+
7+
8+
(c) Willem van Schaik, 1996, 2011
9+
138 Bytes
145 Bytes
145 Bytes
164 Bytes
145 Bytes
145 Bytes
145 Bytes
61 Bytes
138 Bytes
145 Bytes
164 Bytes
164 Bytes
164 Bytes
164 Bytes
384 Bytes
302 Bytes
303 Bytes
2.51 KB
2.21 KB
1.52 KB
2.34 KB
217 Bytes
154 Bytes
247 Bytes
254 Bytes
315 Bytes
132 Bytes
193 Bytes
327 Bytes
1.49 KB
214 Bytes
361 Bytes
164 Bytes
104 Bytes
145 Bytes
138 Bytes
145 Bytes
112 Bytes
146 Bytes
216 Bytes
1.26 KB
126 Bytes
184 Bytes
214 Bytes
184 Bytes
140 Bytes
202 Bytes
113 Bytes
113 Bytes
114 Bytes
115 Bytes
118 Bytes
120 Bytes
126 Bytes
121 Bytes
134 Bytes
129 Bytes
143 Bytes
131 Bytes
149 Bytes
138 Bytes
149 Bytes
139 Bytes
147 Bytes
143 Bytes
355 Bytes
263 Bytes
385 Bytes
329 Bytes
349 Bytes
248 Bytes
399 Bytes
338 Bytes
356 Bytes
258 Bytes
393 Bytes
336 Bytes
357 Bytes
245 Bytes
420 Bytes
352 Bytes
357 Bytes
256 Bytes
429 Bytes
1.46 KB
1.46 KB
1.59 KB
1.46 KB
1.46 KB
116 Bytes
719 Bytes
1.56 KB
1.44 KB
1.45 KB
3.1 KB
232 Bytes
224 Bytes
224 Bytes
391 Bytes
283 Bytes
252 Bytes
293 Bytes
274 Bytes
273 Bytes
286 Bytes
331 Bytes
387 Bytes
263 Bytes
298 Bytes
391 Bytes
283 Bytes
252 Bytes
293 Bytes
274 Bytes
273 Bytes
286 Bytes
331 Bytes
387 Bytes
263 Bytes
298 Bytes
263 Bytes
298 Bytes
263 Bytes
298 Bytes
202 Bytes
202 Bytes
210 Bytes
210 Bytes
216 Bytes
216 Bytes
221 Bytes
221 Bytes
232 Bytes
232 Bytes
239 Bytes
239 Bytes
249 Bytes
249 Bytes
255 Bytes
255 Bytes
263 Bytes
263 Bytes
441 Bytes
441 Bytes
470 Bytes
470 Bytes
431 Bytes
431 Bytes
477 Bytes
477 Bytes
448 Bytes
448 Bytes
478 Bytes
478 Bytes
439 Bytes
439 Bytes
499 Bytes
499 Bytes
463 Bytes
463 Bytes
762 Bytes
1.87 KB
1.87 KB
1.86 KB
1.87 KB
1.87 KB
306 Bytes
1.76 KB
1.91 KB
1.91 KB
1.87 KB
422 Bytes
422 Bytes
422 Bytes
422 Bytes
1.48 KB
1.52 KB
404 Bytes
344 Bytes
232 Bytes
724 Bytes
258 Bytes
1.77 KB
292 Bytes
292 Bytes
292 Bytes
214 Bytes
259 Bytes
186 Bytes
271 Bytes
149 Bytes
256 Bytes
273 Bytes
792 Bytes
742 Bytes
716 Bytes
1.15 KB
1.24 KB
941 Bytes
753 Bytes
319 Bytes
2.42 KB
321 Bytes
1.15 KB
355 Bytes
1.69 KB
389 Bytes
1.26 KB
269 Bytes
985 Bytes
426 Bytes
345 Bytes
370 Bytes
214 Bytes
363 Bytes
377 Bytes
219 Bytes
339 Bytes
350 Bytes
206 Bytes
321 Bytes
340 Bytes
207 Bytes
262 Bytes
285 Bytes
214 Bytes
383 Bytes
405 Bytes
215 Bytes
962 Bytes
818 Bytes
1.42 KB
1.58 KB
2.27 KB
2.43 KB

0 commit comments

Comments
 (0)