mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-06 01:23:35 +08:00
Bypass signature scanner (#441)
* fix: use our forks of MinHook & g3log in an attempt to bypass the signature scanner * fix: turn symbols Off for BigBaseV2 on premake
This commit is contained in:
parent
8a3998285a
commit
a2dd2eb802
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -8,7 +8,7 @@
|
||||
ignore = dirty
|
||||
[submodule "vendor/MinHook"]
|
||||
path = vendor/MinHook
|
||||
url = https://github.com/TsudaKageyu/minhook
|
||||
url = https://github.com/YimMenu/minhook
|
||||
ignore = dirty
|
||||
[submodule "vendor/g3log"]
|
||||
path = vendor/g3log
|
||||
|
@ -182,6 +182,7 @@ workspace "BigBaseV2"
|
||||
|
||||
project "BigBaseV2"
|
||||
location "BigBaseV2"
|
||||
symbols "Off"
|
||||
kind "SharedLib"
|
||||
language "C++"
|
||||
|
||||
|
2
vendor/MinHook
vendored
2
vendor/MinHook
vendored
@ -1 +1 @@
|
||||
Subproject commit 248aad5d9b719e7db264d920837b96e34f9d553b
|
||||
Subproject commit 61f2eb7628d49405e0e7b83b6dde8fcff6c5691f
|
2
vendor/g3log
vendored
2
vendor/g3log
vendored
@ -1 +1 @@
|
||||
Subproject commit dab889d5013025c206ce248711687d603cd16f2f
|
||||
Subproject commit 23812b5ab3c32325bd8e9f108d8c25cf3a13b86f
|
Loading…
x
Reference in New Issue
Block a user