Driver kernel function summary

Driver kernel function summary

 

Function of the I / O communications

1. IoCreateDevice create device

2. IoDeleteDevice remove the device

3. IoCreateSymbolicLink create a symbolic link

4. IoDeleteSymbolicLink delete symbolic link

5. IoGetCurrentIrpStackLocation request to obtain the current stack Irp

6. IoCompleteRequest I / O request is processed

7. The IoAttachDeviceToDeviceStackSafe added device object to the device stack topmost

8. IoDetachDevice unloading equipment

9. IoSkipCurrentIrpStackLocation 

10. IoGetDeviceObjectPointer get a pointer to the current device

 

About String Functions

1.

 

 

A function of processes and threads

1. PsCreateSystemThread create a thread

2. KeDelayExecutionThread kernel delay (thread to sleep)

 

Guess you like

Origin www.cnblogs.com/onetrainee/p/12594384.html