Manually map another system driver into system space Injection context Error code
| 732 | /// <param name="context">Injection context</param> |
| 733 | /// <returns>Error code</returns> |
| 734 | NTSTATUS 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 |
nothing calls this directly
no outgoing calls
no test coverage detected