├── CommDef.h ├── DetourFunc.c ├── DetourFunc.h ├── HelperFunc.c ├── HelperFunc.h ├── Ioctl.h ├── LICENSE ├── README.md ├── ReadMe.txt ├── StrongOD.c ├── StrongOD.h ├── StrongOD.rc ├── makefile └── sources /CommDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/CommDef.h -------------------------------------------------------------------------------- /DetourFunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/DetourFunc.c -------------------------------------------------------------------------------- /DetourFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/DetourFunc.h -------------------------------------------------------------------------------- /HelperFunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/HelperFunc.c -------------------------------------------------------------------------------- /HelperFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/HelperFunc.h -------------------------------------------------------------------------------- /Ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/Ioctl.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/ReadMe.txt -------------------------------------------------------------------------------- /StrongOD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/StrongOD.c -------------------------------------------------------------------------------- /StrongOD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/StrongOD.h -------------------------------------------------------------------------------- /StrongOD.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/StrongOD.rc -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def -------------------------------------------------------------------------------- /sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shellbombs/StrongOD/HEAD/sources --------------------------------------------------------------------------------