diff options
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
-rw-r--r-- | unicorn_mode/samples/c/Makefile | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
3 files changed, 2 insertions, 2 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 -Subproject d4915053d477dd827b3fe4b494173d3fbf9f456 +Subproject baf52ac2cf4fb005014f1b9527005a06a369c7f |