gitextract_1qo32x91/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── ZeroThreadCaller/ │ ├── ZeroThreadCaller.cpp │ ├── ZeroThreadCaller.vcxproj │ └── ZeroThreadCaller.vcxproj.filters ├── ZeroThreadKernel/ │ ├── Includes.h │ ├── ZeroHook/ │ │ ├── ZeroHook.cpp │ │ └── ZeroHook.h │ ├── ZeroThreadKernel.cpp │ ├── ZeroThreadKernel.vcxproj │ ├── ZeroThreadKernel.vcxproj.filters │ └── ZeroUtils/ │ ├── ZeroUtils.cpp │ └── ZeroUtils.h └── ZeroThreadKernel.sln