InvisibilityCloak
Proof-of-concept obfuscation toolkit for C# post-exploitation tools. It performs actions like changing the tool name and project GUID, obfuscating compatible strings, removing comments, and stripping PDB strings.
Key Features:
- String Obfuscation: Offers base64, ROT13, and reverse methods.
- Project Modification: Changes tool name and project GUID.
- Comment Removal: Removes one-line comments.
- PDB Stripping: Removes PDB string option from compiled assemblies.
Use Cases:
- Evading signature-based detection in C# post-exploitation tools.
- Protecting C# tools from reverse engineering.
- Customizing and rebranding existing C# tools.




