snake cased something..

snake_case
_xeroxz 3 years ago
parent 2a354c474c
commit be8578a625

@ -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);
}

@ -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

@ -0,0 +1,2 @@
PlatformToolSet=WindowsKernelModeDriver10.0:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30037:TargetPlatformVersion=10.0.19041.0:
Release|x64|D:\vmhook-eac\|
Loading…
Cancel
Save