diff --git a/.gitmodules b/.gitmodules index cd02e7d..eff0e94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,4 @@ url = https://github.com/zyantific/zydis.git [submodule "dependencies/linux-pe"] path = dependencies/linux-pe - url = https://github.com/can1357/linux-pe.git -[submodule "dependencies/xtils"] - path = dependencies/xtils - url = https://githacks.org/_xeroxz/xtils.git + url = https://github.com/can1357/linux-pe.git \ No newline at end of file diff --git a/cmake.toml b/cmake.toml index a564db4..92f82d8 100644 --- a/cmake.toml +++ b/cmake.toml @@ -11,14 +11,16 @@ sources = [ "src/**.cpp", "include/**.hpp", ] + include-directories = [ "include", ] + link-libraries = [ "Zydis", - "xtils", "linux-pe", ] + compile-definitions = [ "NOMINMAX" ] \ No newline at end of file diff --git a/dependencies/cmake.toml b/dependencies/cmake.toml index f0c67bc..4fb83a8 100644 --- a/dependencies/cmake.toml +++ b/dependencies/cmake.toml @@ -9,9 +9,4 @@ ZYDIS_LIBFUZZER = false [target.linux-pe] type = "interface" -include-directories = ["linux-pe/includes/"] - -[target.xtils] -type = "interface" -include-directories = ["xtils"] -compile-definitions = ["UNICODE"] \ No newline at end of file +include-directories = ["linux-pe/includes/"] \ No newline at end of file diff --git a/dependencies/xtils b/dependencies/xtils deleted file mode 160000 index fdcafdb..0000000 --- a/dependencies/xtils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fdcafdbbcb3f34c33b9cffb2be569b9aa5f42a57