gitextract_susrs7x4/ ├── full kernel bypass/ │ ├── cleaning/ │ │ ├── cleaning.cpp │ │ └── cleaning.h │ ├── defs.h │ ├── full kernel bypass.vcxproj │ ├── full kernel bypass.vcxproj.filters │ ├── full kernel bypass.vcxproj.user │ ├── io/ │ │ ├── io.cpp │ │ └── io.h │ ├── main.cpp │ ├── memory/ │ │ ├── memory.cpp │ │ └── memory.h │ ├── process/ │ │ └── process.h │ ├── thread/ │ │ ├── thread.cpp │ │ └── thread.h │ └── utils/ │ ├── utils.cpp │ └── utils.h └── full kernel bypass.sln