From f367728c4435670caf2e9cc5acad257e7766cc65 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 28 May 2019 16:40:24 +0200 Subject: afl++ 2.52c initial commit --- testcases/others/elf/small_exec.elf | Bin 0 -> 324 bytes testcases/others/js/small_script.js | 1 + testcases/others/pcap/small_capture.pcap | Bin 0 -> 114 bytes testcases/others/pdf/small.pdf | 2 ++ testcases/others/rtf/small_document.rtf | 1 + testcases/others/sql/simple_queries.sql | 3 +++ testcases/others/text/hello_world.txt | 1 + testcases/others/xml/small_document.xml | 1 + 8 files changed, 9 insertions(+) create mode 100644 testcases/others/elf/small_exec.elf create mode 100644 testcases/others/js/small_script.js create mode 100644 testcases/others/pcap/small_capture.pcap create mode 100644 testcases/others/pdf/small.pdf create mode 100644 testcases/others/rtf/small_document.rtf create mode 100644 testcases/others/sql/simple_queries.sql create mode 100644 testcases/others/text/hello_world.txt create mode 100644 testcases/others/xml/small_document.xml (limited to 'testcases/others') diff --git a/testcases/others/elf/small_exec.elf b/testcases/others/elf/small_exec.elf new file mode 100644 index 00000000..bebc60fb Binary files /dev/null and b/testcases/others/elf/small_exec.elf differ diff --git a/testcases/others/js/small_script.js b/testcases/others/js/small_script.js new file mode 100644 index 00000000..bb632d8a --- /dev/null +++ b/testcases/others/js/small_script.js @@ -0,0 +1 @@ +if (1==1) eval('1'); \ No newline at end of file diff --git a/testcases/others/pcap/small_capture.pcap b/testcases/others/pcap/small_capture.pcap new file mode 100644 index 00000000..60e2210b Binary files /dev/null and b/testcases/others/pcap/small_capture.pcap differ diff --git a/testcases/others/pdf/small.pdf b/testcases/others/pdf/small.pdf new file mode 100644 index 00000000..d31b4eb2 --- /dev/null +++ b/testcases/others/pdf/small.pdf @@ -0,0 +1,2 @@ +%PDF-1.0 +1 0 obj<>endobj 2 0 obj<>endobj 3 0 obj<>endobj trailer<> \ No newline at end of file diff --git a/testcases/others/rtf/small_document.rtf b/testcases/others/rtf/small_document.rtf new file mode 100644 index 00000000..0fdedc32 --- /dev/null +++ b/testcases/others/rtf/small_document.rtf @@ -0,0 +1 @@ +{\rtf1\pard Test\par} \ No newline at end of file diff --git a/testcases/others/sql/simple_queries.sql b/testcases/others/sql/simple_queries.sql new file mode 100644 index 00000000..5fff4072 --- /dev/null +++ b/testcases/others/sql/simple_queries.sql @@ -0,0 +1,3 @@ +create table t1(one smallint); +insert into t1 values(1); +select * from t1; diff --git a/testcases/others/text/hello_world.txt b/testcases/others/text/hello_world.txt new file mode 100644 index 00000000..ce013625 --- /dev/null +++ b/testcases/others/text/hello_world.txt @@ -0,0 +1 @@ +hello diff --git a/testcases/others/xml/small_document.xml b/testcases/others/xml/small_document.xml new file mode 100644 index 00000000..684e2846 --- /dev/null +++ b/testcases/others/xml/small_document.xml @@ -0,0 +1 @@ +d -- cgit 1.4.1