├── .gitignore ├── README.md ├── charger_clipbrush_fix.smx ├── charger_clipbrush_fix.sp ├── decrypted ├── protectsmx.cpp ├── protectsmx.h └── test_protectsmx.cpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/README.md -------------------------------------------------------------------------------- /charger_clipbrush_fix.smx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/charger_clipbrush_fix.smx -------------------------------------------------------------------------------- /charger_clipbrush_fix.sp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/charger_clipbrush_fix.sp -------------------------------------------------------------------------------- /decrypted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/decrypted -------------------------------------------------------------------------------- /protectsmx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/protectsmx.cpp -------------------------------------------------------------------------------- /protectsmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/protectsmx.h -------------------------------------------------------------------------------- /test_protectsmx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spumer/ProtectSMX/HEAD/test_protectsmx.cpp --------------------------------------------------------------------------------