diff --git a/.gitmodules b/.gitmodules index 8cd3de74..42fb5203 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "hyperdbg/dependencies/pdbex"] - path = hyperdbg/dependencies/pdbex - url = https://github.com/HyperDbg/pdbex.git [submodule "hyperdbg/tests/script-engine-test"] path = hyperdbg/tests/script-engine-test url = https://github.com/HyperDbg/script-engine-test.git @@ -10,6 +7,3 @@ [submodule "hyperdbg/dependencies/ia32-doc"] path = hyperdbg/dependencies/ia32-doc url = https://github.com/HyperDbg/ia32-doc.git -[submodule "hyperdbg/dependencies/zydis"] - path = hyperdbg/dependencies/zydis - url = https://github.com/HyperDbg/zydis.git diff --git a/examples/kernel/hyperdbg_driver/code/driver/Ioctl.c b/examples/kernel/hyperdbg_driver/code/driver/Ioctl.c index 679a8aef..8d7b1c5c 100644 --- a/examples/kernel/hyperdbg_driver/code/driver/Ioctl.c +++ b/examples/kernel/hyperdbg_driver/code/driver/Ioctl.c @@ -34,7 +34,7 @@ DrvDispatchIoControl(PDEVICE_OBJECT DeviceObject, PIRP Irp) // // DO NOT CHANGE CALLING OF THE FOLLOWING FUNCTION // - PoolManagerCheckAndPerformAllocationAndDeallocation(); + // PoolManagerCheckAndPerformAllocationAndDeallocation(); if (g_VmmInitialized) { diff --git a/examples/user/hyperdbg_app/hyperdbg_app.vcxproj b/examples/user/hyperdbg_app/hyperdbg_app.vcxproj index 305d9cc1..3072d9ac 100644 --- a/examples/user/hyperdbg_app/hyperdbg_app.vcxproj +++ b/examples/user/hyperdbg_app/hyperdbg_app.vcxproj @@ -30,13 +30,13 @@ Application true - v143 + v145 Unicode Application false - v143 + v145 true Unicode diff --git a/hyperdbg/dependencies/pdbex b/hyperdbg/dependencies/pdbex deleted file mode 160000 index 42a9fbb8..00000000 --- a/hyperdbg/dependencies/pdbex +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 42a9fbb821c7d140c5e00da60f5a5887c2fd8444 diff --git a/hyperdbg/dependencies/zydis b/hyperdbg/dependencies/zydis deleted file mode 160000 index e61f5933..00000000 --- a/hyperdbg/dependencies/zydis +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e61f59332ce49f8853006573ca853e404fafdd08 diff --git a/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj b/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj index 29d0f676..958dcc98 100644 --- a/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj +++ b/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj @@ -22,14 +22,14 @@ Application true - v143 + v145 Unicode false Application false - v143 + v145 true Unicode false diff --git a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj index 1ce467c7..b50f7554 100644 --- a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj +++ b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj @@ -21,14 +21,14 @@ Application true - v143 + v145 Unicode false Application false - v143 + v145 true Unicode false @@ -134,4 +134,4 @@ - + \ No newline at end of file diff --git a/hyperdbg/libhyperdbg/libhyperdbg.vcxproj b/hyperdbg/libhyperdbg/libhyperdbg.vcxproj index 7a9c8171..309a9efa 100644 --- a/hyperdbg/libhyperdbg/libhyperdbg.vcxproj +++ b/hyperdbg/libhyperdbg/libhyperdbg.vcxproj @@ -21,14 +21,14 @@ DynamicLibrary true - v143 + v145 NotSet false DynamicLibrary false - v143 + v145 true NotSet false diff --git a/hyperdbg/script-engine/script-engine.vcxproj b/hyperdbg/script-engine/script-engine.vcxproj index dfe4b2d0..e6abe194 100644 --- a/hyperdbg/script-engine/script-engine.vcxproj +++ b/hyperdbg/script-engine/script-engine.vcxproj @@ -21,14 +21,14 @@ DynamicLibrary true - v143 + v145 Unicode false DynamicLibrary false - v143 + v145 true Unicode diff --git a/hyperdbg/symbol-parser/symbol-parser.vcxproj b/hyperdbg/symbol-parser/symbol-parser.vcxproj index b087b735..62dc6ef9 100644 --- a/hyperdbg/symbol-parser/symbol-parser.vcxproj +++ b/hyperdbg/symbol-parser/symbol-parser.vcxproj @@ -21,13 +21,13 @@ DynamicLibrary true - v143 + v145 Unicode DynamicLibrary false - v143 + v145 true Unicode @@ -119,4 +119,4 @@ - + \ No newline at end of file