Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created November 15, 2023 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save un4ckn0wl3z/f62ca2be90713cc0aee0f1d39b0b1940 to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/f62ca2be90713cc0aee0f1d39b0b1940 to your computer and use it in GitHub Desktop.
#include <ntddk.h>
NTSTATUS
DriverEntry(
_In_ PDRIVER_OBJECT DriverObject,
_In_ PUNICODE_STRING RegistryPath)
{
return STATUS_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment