├── CR3.h ├── README.md ├── definitions.hpp ├── driver.h ├── drv.cpp ├── drv.h ├── drv.sln ├── drv.vcxproj ├── drv.vcxproj.filters ├── drv.vcxproj.user ├── godshit.cpp ├── imports.h ├── main.h ├── mouse.cpp ├── mouse.hpp ├── ntapi.hpp └── ntstructs.hpp /CR3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/CR3.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/README.md -------------------------------------------------------------------------------- /definitions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/definitions.hpp -------------------------------------------------------------------------------- /driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/driver.h -------------------------------------------------------------------------------- /drv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.cpp -------------------------------------------------------------------------------- /drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.h -------------------------------------------------------------------------------- /drv.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.sln -------------------------------------------------------------------------------- /drv.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.vcxproj -------------------------------------------------------------------------------- /drv.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.vcxproj.filters -------------------------------------------------------------------------------- /drv.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/drv.vcxproj.user -------------------------------------------------------------------------------- /godshit.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /imports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/imports.h -------------------------------------------------------------------------------- /main.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/mouse.cpp -------------------------------------------------------------------------------- /mouse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/mouse.hpp -------------------------------------------------------------------------------- /ntapi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/ntapi.hpp -------------------------------------------------------------------------------- /ntstructs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samware-free/cr3driver/HEAD/ntstructs.hpp --------------------------------------------------------------------------------