04-13-2025, 09:30 PM
(This post was last modified: 04-13-2025, 11:04 PM by Devil.)
XObfuscator - Open Source .NET Obfuscator
Menu:
![[Image: ?u=https%3A%2F%2Fcamo.githubusercontent....6a2e706e67]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcamo.githubusercontent.com%2Fc685ca500150fdcda8076d26b890c3a541056debd3d7f259587ccac19cbc9f16%2F68747470733a2f2f692e696d6775722e636f6d2f547930706b376a2e706e67)
Menu:
Features
- Control Flow Obfuscation: Rearranges code flow to confuse decompilers.
- Renaming Protection: Replaces meaningful names with random or thematic names.
- Proxy Methods: Redirects constants (integers, floats, strings) through proxy methods.
- Anti-Decompiler Protections: Includes Anti-DnSpy, Anti-De4dot, and Anti-Ildasm features.
- Junk Code Insertion: Adds meaningless code to inflate program size and complexity.
- Watermark Embedding: Adds a unique identifier to trace the program's origin.
- Opaque Predicates: Inserts always-true/false conditions to obscure logic.
- Field Encapsulation: Converts local variables into fields for added complexity.
- Fake Attributes: Injects misleading metadata to confuse reverse engineers.