Home Links SiteMap
  • Home Page
  • PE Information
  • System Information
  • System Coding
  • System Hooking
  • File Unpacking
  • Optical Media Info
  • IDA Resources
  • Cryptography
  • Obfuscation Research
  • Audio RE
System Coding
 

System Coding - This page contains material on development of ring0 drivers for 2k/xp/nt/98.

 

 

Guide to creating a Softice Kernel Debugger Extension (KDExtension)                       Kayaker


MSDN - Microsoft Development Network 2k Driver Support Routines                         MicroSoft

 

Kernel Mode Driver Kit and Tutorials                                                               Four-F


Kernel Mode Driver Tutorial                                                                           Clandestiny


Porting Windows Device Drivers to AMD64 Platforms                                              AMD


(Download) SYSKIT#1 - Basic stuff needed to compile my sources                          R.Yates

(Download) SysLDR     - Tasm Source to load drivers                                            R.Yates

(Download) TempSYS  - Plain .sys template well commented                                  R.Yates


(Download) DIOex       - DeviceIOControl Example                                                R.Yates

(Download) Context     - Switching Context with KeAttachProcess                          R.Yates

(Download) Dump        - Retrieve memory                                                           R.Yates

(Download) IDT           - Retrieve and parse IDT information                                  R.Yates

(Download) GDT          - Retrieve and parse GDT information                                  R.Yates

(Download) PAGE        - CRX and paging information                                             R.Yates

(Download) BPMSEH    - Anti Anti-BPM via SEH, KiUserExceptionFilter Mod                R.Yates


(Download) DbgINT01 - Defeat Softice Int 1 trick                                                 R.Yates


(Download) DRxLOG   - Log DRX operations via DR7 General Detection(GD) bit. (INFO) R.Yates