diff --git a/ZwSwapCert/ZwSwapCert.cpp b/ZwSwapCert/ZwSwapCert.cpp index 611f033..c3b50e1 100644 --- a/ZwSwapCert/ZwSwapCert.cpp +++ b/ZwSwapCert/ZwSwapCert.cpp @@ -162,5 +162,5 @@ NTSTATUS ScDriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath ExFreePool(DriverTempBuffer); DriverObject->DriverSize = sizeof RawDriver; DriverObject->DriverInit = SignedDriverEntry; - return DriverEntry(DriverObject, RegistryPath); + return drv_entry(DriverObject, RegistryPath); } \ No newline at end of file diff --git a/ZwSwapCert/x64/Release/ZwSwapCert.log b/ZwSwapCert/x64/Release/ZwSwapCert.log new file mode 100644 index 0000000..7660198 --- /dev/null +++ b/ZwSwapCert/x64/Release/ZwSwapCert.log @@ -0,0 +1,5 @@ + Building 'ZwSwapCert' with toolset 'WindowsKernelModeDriver10.0' and the 'Universal' target platform. + ZwSwapCert.cpp +D:\vmhook-eac\dependencies\ZwSwapCert\ZwSwapCert\RawDriver.hpp(2,9): warning C4325: attributes for standard section '.text' ignored +D:\vmhook-eac\dependencies\ZwSwapCert\ZwSwapCert\ZwSwapCert.cpp(88,3): warning C4244: 'argument': conversion from 'SIZE_T' to 'ULONG', possible loss of data +D:\vmhook-eac\dependencies\ZwSwapCert\ZwSwapCert\ZwSwapCert.cpp(165,9): error C3861: 'DriverEntry': identifier not found diff --git a/ZwSwapCert/x64/Release/ZwSwapCert.tlog/CL.command.1.tlog b/ZwSwapCert/x64/Release/ZwSwapCert.tlog/CL.command.1.tlog new file mode 100644 index 0000000..46b134b --- /dev/null +++ b/ZwSwapCert/x64/Release/ZwSwapCert.tlog/CL.command.1.tlog @@ -0,0 +1 @@ +ÿþ \ No newline at end of file diff --git a/ZwSwapCert/x64/Release/ZwSwapCert.tlog/ZwSwapCert.lastbuildstate b/ZwSwapCert/x64/Release/ZwSwapCert.tlog/ZwSwapCert.lastbuildstate new file mode 100644 index 0000000..e2d867a --- /dev/null +++ b/ZwSwapCert/x64/Release/ZwSwapCert.tlog/ZwSwapCert.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=WindowsKernelModeDriver10.0:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0: +Release|x64|D:\vmhook-eac\| diff --git a/ZwSwapCert/x64/Release/ZwSwapCert.tlog/unsuccessfulbuild b/ZwSwapCert/x64/Release/ZwSwapCert.tlog/unsuccessfulbuild new file mode 100644 index 0000000..e69de29