├── README.md ├── StartIsGenuine ├── MinHook.h ├── StartIsGenuine.sln ├── StartIsGenuine.vcxproj ├── StartIsGenuine.vcxproj.filters ├── StartIsGenuine.vcxproj.user ├── dllmain.cpp ├── framework.h ├── libMinHook-x64-v141-mt.lib ├── libMinHook-x86-v141-mt.lib ├── pch.cpp └── pch.h ├── gen.py └── startxback.cmd /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/README.md -------------------------------------------------------------------------------- /StartIsGenuine/MinHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/MinHook.h -------------------------------------------------------------------------------- /StartIsGenuine/StartIsGenuine.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/StartIsGenuine.sln -------------------------------------------------------------------------------- /StartIsGenuine/StartIsGenuine.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/StartIsGenuine.vcxproj -------------------------------------------------------------------------------- /StartIsGenuine/StartIsGenuine.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/StartIsGenuine.vcxproj.filters -------------------------------------------------------------------------------- /StartIsGenuine/StartIsGenuine.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/StartIsGenuine.vcxproj.user -------------------------------------------------------------------------------- /StartIsGenuine/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/dllmain.cpp -------------------------------------------------------------------------------- /StartIsGenuine/framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/framework.h -------------------------------------------------------------------------------- /StartIsGenuine/libMinHook-x64-v141-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/libMinHook-x64-v141-mt.lib -------------------------------------------------------------------------------- /StartIsGenuine/libMinHook-x86-v141-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/libMinHook-x86-v141-mt.lib -------------------------------------------------------------------------------- /StartIsGenuine/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/pch.cpp -------------------------------------------------------------------------------- /StartIsGenuine/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/StartIsGenuine/pch.h -------------------------------------------------------------------------------- /gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/gen.py -------------------------------------------------------------------------------- /startxback.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WitherOrNot/StartXBack/HEAD/startxback.cmd --------------------------------------------------------------------------------