mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-12 02:00:46 +01:00
c42bd8c3af
* Added support for hooking functions using the Microsoft Detours library; this, in theory, means that the application can now at least compile just fine on ARM64; although that is the case, it currently does not support dynamically patching CTray::Init as I have yet to come up with assembly to do that. Also, it is uterly untested on ARM64 as I do not have a machine to test on. * Removed x86 support, compilation targets are now only amd64 and ARM64
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
[submodule "libs/libvalinet"]
|
|
path = libs/libvalinet
|
|
url = https://github.com/valinet/libvalinet
|
|
[submodule "libs/funchook"]
|
|
path = libs/funchook
|
|
url = https://github.com/kubo/funchook
|
|
[submodule "libs/Detours"]
|
|
path = libs/Detours
|
|
url = https://github.com/microsoft/Detours
|