MCPcopy Create free account
hub / github.com/DarthTon/Xenos / MapDriver

Method MapDriver

src/InjectionCore.cpp:734–737  ·  view source on GitHub ↗

Manually map another system driver into system space Injection context Error code

Source from the content-addressed store, hash-verified

732/// <param name="context">Injection context</param>
733/// <returns>Error code</returns>
734NTSTATUS InjectionCore::MapDriver( InjectContext& context, const blackbone::pe::PEImage& img )
735{
736 return blackbone::Driver().MMapDriver( img.path() );
737}
738
739/// <summary>
740/// Call initialization routine

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected