From 8bf199f305ac5fbb3eb1576a78629e98e9fc1df8 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Dec 2021 20:22:41 -0800 Subject: [PATCH] added unicorn engine dep --- .gitmodules | 3 +++ deps/unicorn | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/unicorn diff --git a/.gitmodules b/.gitmodules index 75f2d0d..b7495c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/vmprofiler"] path = deps/vmprofiler url = https://githacks.org/vmp3/vmprofiler.git +[submodule "deps/unicorn"] + path = deps/unicorn + url = https://github.com/unicorn-engine/unicorn.git diff --git a/deps/unicorn b/deps/unicorn new file mode 160000 index 0000000..63a445c --- /dev/null +++ b/deps/unicorn @@ -0,0 +1 @@ +Subproject commit 63a445cbba18bf1313ac3699b5d25462b5d529f4