diff --git a/.gitmodules b/.gitmodules index 957e430c..68dc4ba2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "app/src/main/cpp/Dobby"] - path = app/src/main/cpp/Dobby - url = https://github.com/chiteroman/Dobby.git +[submodule "app/src/main/cpp/shadowhook"] + path = app/src/main/cpp/shadowhook + url = https://github.com/bytedance/android-inline-hook.git + branch = dev diff --git a/app/src/main/cpp/Dobby b/app/src/main/cpp/Dobby deleted file mode 160000 index d361415c..00000000 --- a/app/src/main/cpp/Dobby +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d361415cab7373582b29cd669def06562e370c41 diff --git a/app/src/main/cpp/shadowhook b/app/src/main/cpp/shadowhook new file mode 160000 index 00000000..e9f9f75b --- /dev/null +++ b/app/src/main/cpp/shadowhook @@ -0,0 +1 @@ +Subproject commit e9f9f75b35e64c4b8e9b3480f39cc4f650ff6c89