From 3fc03d4b6b6b7a0718a9ab9514ea3afdebc868f1 Mon Sep 17 00:00:00 2001 From: lazymio Date: Mon, 4 Apr 2022 11:45:49 +0200 Subject: Fix unicornafl static build Signed-off-by: lazymio --- unicorn_mode/UNICORNAFL_VERSION | 2 +- unicorn_mode/samples/c/Makefile | 2 +- unicorn_mode/unicornafl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index fe7be8e1..16f7e4ac 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -a44fa94488d01aba60401ccf81f8bebcce685bf2 +baf52ac2cf4fb005014f1b9527005a06a369c7f5 diff --git a/unicorn_mode/samples/c/Makefile b/unicorn_mode/samples/c/Makefile index fd6dbe77..3362654d 100644 --- a/unicorn_mode/samples/c/Makefile +++ b/unicorn_mode/samples/c/Makefile @@ -15,7 +15,7 @@ V ?= 0 CFLAGS += -Wall -Werror -I../../unicornafl/unicorn/include -I../../unicornafl/include -LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lpthread -lm -lunicornafl -lunicorn -lc++ +LDFLAGS += -L$(UNICORNAFL_LIB) -L$(UNICORN_LIB) -lunicorn-static -lunicornafl -lm -lpthread -lstdc++ ifeq ($(UNAME), Linux) # do something Linux-y diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl index a44fa944..baf52ac2 160000 --- a/unicorn_mode/unicornafl +++ b/unicorn_mode/unicornafl @@ -1 +1 @@ -Subproject commit a44fa94488d01aba60401ccf81f8bebcce685bf2 +Subproject commit baf52ac2cf4fb005014f1b9527005a06a369c7f5 -- cgit 1.4.1