Skip to content

Commit 5c5f796

Browse files
Prepare for using preeny
1 parent 7cd806e commit 5c5f796

File tree

7 files changed

+11
-2
lines changed

7 files changed

+11
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "sources/AFL"]
1414
path = sources/AFL
1515
url = https://github.com/google/AFL.git
16+
[submodule "sources/preeny"]
17+
path = sources/preeny
18+
url = https://github.com/zardus/preeny.git

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ sources/AFL/afl-gcc:
2828
sources/aaron-kalair/server: sources/AFL/afl-gcc
2929
$(BUILD_FLAGS) $(MAKE) -C ./sources/aaron-kalair server
3030

31+
sources/wsic/build/wsic: sources/AFL/afl-gcc
32+
$(BUILD_FLAGS) $(MAKE) -C ./sources/wsic build
33+
34+
sources/preeny/Linux_x86_64/desock.so:
35+
$(MAKE) -C ./sources/preeny
36+
3137
create-afl-patches:
3238
mkdir -p patches/afl
3339
cd sources/aaron-kalair && git add . && git diff --cached --binary > ../../patches/afl/aaron-kalair.patch || true
@@ -62,3 +68,4 @@ remove-patches:
6268

6369
clean:
6470
rm sources/aaron-kalair/server &> /dev/null || true
71+
rm -r sources/wsic/build &> /dev/null || true

patches/wfuzz/soywood.patch

Whitespace-only changes.

patches/wfuzz/wasmerio-kalair.patch

Whitespace-only changes.

sources/preeny

Submodule preeny added at b2694c2

sources/soywood

Submodule soywood deleted from bdba0ec

sources/wasmerio

Submodule wasmerio deleted from f2f634c

0 commit comments

Comments
 (0)