0

Can I call a signed DLL(placed in the GAC) of a C# project from a Kernel mode driver ?

Codeffect
  • 139
  • 2
  • 3
  • 11

1 Answers1

1

No, the .NET framework refuses to work in kernel mode. See SO for a similar question.

Community
  • 1
  • 1
Timores
  • 14,439
  • 3
  • 46
  • 46