From b124bac0f750ec9468c34fe4ea6314ecb223af07 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Tue, 30 May 2023 12:12:34 +0300 Subject: [PATCH] added zydis --- .gitmodules | 3 +++ third-party/zydis | 1 + 2 files changed, 4 insertions(+) create mode 160000 third-party/zydis diff --git a/.gitmodules b/.gitmodules index 88ed5636..c7d75fb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third-party/magic_enum"] path = third-party/magic_enum url = https://github.com/Neargye/magic_enum.git +[submodule "third-party/zydis"] + path = third-party/zydis + url = https://github.com/zyantific/zydis.git diff --git a/third-party/zydis b/third-party/zydis new file mode 160000 index 00000000..d4c37ae7 --- /dev/null +++ b/third-party/zydis @@ -0,0 +1 @@ +Subproject commit d4c37ae7a9db989495eb66636a65d8d4ff69eb35