├── .gitignore ├── .gitmodules ├── CSteamAPI.h ├── IClientParentalSettings.h ├── LICENSE ├── Makefile ├── README.md ├── protoreader.cpp ├── protoreader.h ├── spprt.cpp └── utlbuffer_mini.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/.gitmodules -------------------------------------------------------------------------------- /CSteamAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/CSteamAPI.h -------------------------------------------------------------------------------- /IClientParentalSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/IClientParentalSettings.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/README.md -------------------------------------------------------------------------------- /protoreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/protoreader.cpp -------------------------------------------------------------------------------- /protoreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/protoreader.h -------------------------------------------------------------------------------- /spprt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/spprt.cpp -------------------------------------------------------------------------------- /utlbuffer_mini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3tCode/SPPRTool/HEAD/utlbuffer_mini.h --------------------------------------------------------------------------------