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