MCPcopy Create free account
hub / github.com/armvirus/SinMapper / DriverEntry

Function DriverEntry

SinDriverExample/SinExampleDriver/Main.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Include.hpp"
2
3NTSTATUS DriverEntry(std::uintptr_t mappedImageBase, std::size_t mappedImageSize)
4{
5 DebugPrint("Mapped [%p] w/ Size [0x%x]\n", mappedImageBase, mappedImageSize);
6
7 return STATUS_SUCCESS;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected