├── LICENSE ├── README.md ├── definitions.h ├── driver.filters ├── driver.sln ├── driver.user ├── driver.vcxproj ├── driver.vcxproj.user ├── hook.cpp ├── hook.h ├── main.cpp ├── memory.cpp └── memory.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/README.md -------------------------------------------------------------------------------- /definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/definitions.h -------------------------------------------------------------------------------- /driver.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/driver.filters -------------------------------------------------------------------------------- /driver.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/driver.sln -------------------------------------------------------------------------------- /driver.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/driver.user -------------------------------------------------------------------------------- /driver.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/driver.vcxproj -------------------------------------------------------------------------------- /driver.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/driver.vcxproj.user -------------------------------------------------------------------------------- /hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/hook.cpp -------------------------------------------------------------------------------- /hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/hook.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/main.cpp -------------------------------------------------------------------------------- /memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/memory.cpp -------------------------------------------------------------------------------- /memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lynnette177/Rigel-Driver/HEAD/memory.h --------------------------------------------------------------------------------