跟ring3 GetProcAddress相似.

PVOID MmGetSystemRoutineAddress(
  PUNICODE_STRING SystemRoutineName
);

驱动程序可以使用这个例程来确定一个例程在特定版本的Windows上是否可用。它只能用于内核或HAL导出的例程,不能用于任何驱动程序定义的例程。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-01-22
  • 2022-12-23
猜你喜欢
  • 2021-10-04
  • 2022-01-26
  • 2021-06-29
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-08-21
相关资源
相似解决方案