Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onlyredz/csharpprotectcode
CSharpProtectCode is an open source collection of code to protect your C# apps from injections, cracks, and cheating tools. It helps keep your software secure and harder to modify.
https://github.com/onlyredz/csharpprotectcode
anti-debugging code-protection csharp csharp-code injection-prevention malware-prevention open-source reverse-engineering security security-tools
Last synced: 24 days ago
JSON representation
CSharpProtectCode is an open source collection of code to protect your C# apps from injections, cracks, and cheating tools. It helps keep your software secure and harder to modify.
- Host: GitHub
- URL: https://github.com/onlyredz/csharpprotectcode
- Owner: onlyredz
- License: mit
- Created: 2024-12-16T17:36:11.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:44:51.000Z (26 days ago)
- Last Synced: 2024-12-16T18:40:24.749Z (26 days ago)
- Topics: anti-debugging, code-protection, csharp, csharp-code, injection-prevention, malware-prevention, open-source, reverse-engineering, security, security-tools
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharpProtectCode 🛡️
**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.
## Features 📂
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** 👀## How to Use 🚀
1. Clone this repository to your project.
2. Add the `.cs` files to your C# project.
3. Integrate the classes as needed in your application.
4. Compile and run your application to make sure the protections are active.## Effectiveness ⚡
- 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.## Important ⚠️
- 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.## Contributing 💡
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!
## License 📜
This project is licensed under the MIT License, with the condition that the **code cannot be sold**.
---