qzxtu / Anti-De4dot

Anti-De4dot safeguards .NET binaries from De4dot decompiler, protecting intellectual property from unauthorized access.

Home Page:https://qzxtu.github.io/Anti-De4dot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anti-De4dot

Anti-De4dot safeguards .NET binaries from De4dot decompiler, protecting intellectual property from unauthorized access. This tool is independent, requiring no additional modules or libraries. However, it's not foolproof and should be combined with other security measures.

Translation

🇺🇸 🇨🇳 🇹🇼 🇮🇳 🇫🇷 🇦🇪 🇩🇪 🇯🇵 🇪🇸
English 简体中文 繁体中文 हिंदी Française عربى Deutsch 日本語 Español

Screenshots

6874

Features

  • You can drop the application or write the path to the file.
  • Random generation of type names: The code uses an instance of the "RandomNumberGenerator" class to generate an array of random bytes that are used to create unique type names.
  • Use of "using" blocks: The code uses "using" blocks to ensure that objects are properly cleaned up after use and to free resources such as memory used by the "RandomNumberGenerator" instance.

Running Tests

To run tests

  Just open it or drop the application.

License

MIT

Authors

Support

PayPal
Ko-Fi

About

Anti-De4dot safeguards .NET binaries from De4dot decompiler, protecting intellectual property from unauthorized access.

https://qzxtu.github.io/Anti-De4dot/

License:GNU General Public License v3.0


Languages

Language:C# 73.5%Language:HTML 26.5%