From 143200e0e6a79f307200e52ff7ca49b5a4528624 Mon Sep 17 00:00:00 2001 From: aaaaaa aaaaaaa Date: Wed, 27 Dec 2017 13:43:45 +0100 Subject: [PATCH] add libraries --- .gitmodules | 12 ++++++++++++ third_party/mhook | 1 + third_party/minhook | 1 + third_party/poly | 1 + 4 files changed, 15 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/mhook create mode 160000 third_party/minhook create mode 160000 third_party/poly diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bd27b7f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "third_party/mhook"] + path = third_party/mhook + url = https://github.com/martona/mhook.git +[submodule "third_party/minhook"] + path = third_party/minhook + url = https://github.com/TsudaKageyu/minhook.git +[submodule "third_party\\easy"] + path = third_party\\easy + url = https://github.com/EasyHook/EasyHook.git +[submodule "third_party\\poly"] + path = third_party\\poly + url = https://github.com/stevemk14ebr/PolyHook.git diff --git a/third_party/mhook b/third_party/mhook new file mode 160000 index 0000000..e58a58c --- /dev/null +++ b/third_party/mhook @@ -0,0 +1 @@ +Subproject commit e58a58ca31dbe14f202b9b26315bff9f7a32598c diff --git a/third_party/minhook b/third_party/minhook new file mode 160000 index 0000000..8fda4f5 --- /dev/null +++ b/third_party/minhook @@ -0,0 +1 @@ +Subproject commit 8fda4f5481fed5797dc2651cd91e238e9b3928c6 diff --git a/third_party/poly b/third_party/poly new file mode 160000 index 0000000..2a4cf97 --- /dev/null +++ b/third_party/poly @@ -0,0 +1 @@ +Subproject commit 2a4cf971f434d9cf9ce4c70d0a30ea4cd58bce15