Skip to content

crud-go/DriverProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DriverProcess

a windows driver

There is a way to go through all the process in Windows instead of using Windows API.

image

As the picture shows , each process is connneted by a doubly linked list. :)