Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.19 KB

NetShield Protector

.NET Copy Protection Software which includes licensing your C# with many things such as Hardware ID, License, USB Hardware ID, etc....

Note that the project are no longer supported.

Obfuscastion

Base64 String Encoding.

Anti-De4dot.

Fake Obfuscastor Attributes.

Junk Methods and namespaces.

Control Flow Obfuscastion.

INT Confusion

Anti-ILDasm Protection

Renamer (renames methods, parameters, etc...)

Anti-VM

Anti-Debug

Anti-Decompiler

Packing (you have to select another obfuscastion option to enable)

Licensing

Hardware ID Licensing

Just a license file

USB Hardware ID Licensing

Use Cases

Please Note that you shouldn't depend on this Protector Protection, it's are mainly for testing and exploring how obfuscation and packing/licensing may work.

Some use cases are:

  • Packing your program with a specific HWID so that it runs on your pc only and people with physical access can't steal it easily.

  • Packing your program with a specific USB HWID so that it runs on different PCs with a trusted USB without easily tampering your program code.

Credits

Thanks To MindLated Project for Control Flow and INT Confusion