├── README.md ├── driver.inf ├── driver.vcxproj └── src └── main.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xh4H/kernel-driver-cheat-bridge/HEAD/README.md -------------------------------------------------------------------------------- /driver.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xh4H/kernel-driver-cheat-bridge/HEAD/driver.inf -------------------------------------------------------------------------------- /driver.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xh4H/kernel-driver-cheat-bridge/HEAD/driver.vcxproj -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xh4H/kernel-driver-cheat-bridge/HEAD/src/main.cpp --------------------------------------------------------------------------------