From be8578a6252f17d7ecdc1c8f311b8bf57be8128a Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 30 Jun 2021 22:17:17 -0700 Subject: [PATCH] snake cased something.. --- ZwSwapCert/ZwSwapCert.cpp | 2 +- ZwSwapCert/x64/Release/ZwSwapCert.log | 5 +++++ ZwSwapCert/x64/Release/ZwSwapCert.tlog/CL.command.1.tlog | 1 + .../x64/Release/ZwSwapCert.tlog/ZwSwapCert.lastbuildstate | 2 ++ ZwSwapCert/x64/Release/ZwSwapCert.tlog/unsuccessfulbuild | 0 5 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ZwSwapCert/x64/Release/ZwSwapCert.log create mode 100644 ZwSwapCert/x64/Release/ZwSwapCert.tlog/CL.command.1.tlog create mode 100644 ZwSwapCert/x64/Release/ZwSwapCert.tlog/ZwSwapCert.lastbuildstate create mode 100644 ZwSwapCert/x64/Release/ZwSwapCert.tlog/unsuccessfulbuild 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