blob: 57710d1fb9f6d94956dc3f24392ccd5d0f7d817a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
===================================
# 0: General Information
===================================
- Programming Language: C/C++
- Build System: Make/BTB
- Purpose: Driver Tool Kit, which you link against ddk.sys
===================================
# 1: How It works
===================================
- Driver shall directly call the kernel at specific ports. (Or a kernel call)
- Kernel must respond according to kernel call, otherwise a panic will occur.
|