• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    C
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

学习Windows内核驱动编程

Windows内核驱动编程


目录

  • 01-HelloWorld驱动
  • 02-设备对象DeviceObject
  • 03-设备例程DispatchRoutine
  • 04-读取SSDT函数当前地址
  • 05-读取SSDT函数原地址
  • 06-修改当前SSDT地址
  • 07-EXE与SYS交互(缓冲模式)
  • 08-EXE与SYS交互(直接模式)
  • 09-EXE与SYS交互(其它模式)
  • 10-简单进程保护
  • 11-驱动内存管理
  • 12-异常处理
  • 13-字符串操作