CSharpProtectCode PT/BR contรฉm cรณdigos para proteger seus aplicativos C# contra injeรงรตes, cracks e ferramentas de trapaรงa. Ele ajuda a manter seu software mais seguro e difรญcil de ser modificado por outros.
CSharpProtectCode EN/US contains code to protect your C# apps from injections, cracks, and cheating tools. It helps keep your software secure and harder to be modified by others.
CSharpProtectCode ES/ES contiene cรณdigos para proteger tus aplicaciones C# contra inyecciones, cracks y herramientas de trampa. Ayuda a mantener tu software mรกs seguro y difรญcil de ser modificado por otros.
The .cs files in this repository provide specific protection implementations, including:
- Anti Inject ๐
- Anti CMD v1 and Priv ๐ป
- Anti Crack Priv ๐
- Anti Scan & Debug ๐๐
- Anti Debug ๐พ
- Anti DLL ๐
- Anti SS (Screenshare) ๐ผ๏ธ
- Anti Cheat Engine (Cheat Engine Breaker) ๐ฎ
- Ocult Process Priv ๐
- Clone this repository to your project.
- Add the
.csfiles to your C# project. - Integrate the classes as needed in your application.
- Compile and run your application to make sure the protections are active.
- These protections are effective in about 89% against current reverse engineering tools.
- We don't guarantee 100% security, but the implemented techniques add an important layer of defense.
- Properly test the protections in different environments to ensure your application works as expected without issues.
- Although effective, these protections do not replace additional security practices.
If you'd like to contribute more C# protection code or improve existing protections, feel free to fork this repository and submit a pull request. Your contributions are welcome!
This project is licensed under the MIT License, with the condition that the code cannot be sold.