# ConfuserEx

.NET Obfuscation is provided by the Open Source project [ConfuserEx ](https://github.com/yck1509/ConfuserEx/wiki/Documentation)which includes the following features:

&#x20;Supports .NET Framework 2.0/3.0/3.5/4.0/4.5

* Symbol renaming (Support WPF/BAML)
* Protection against debuggers/profilers
* Protection against memory dumping
* Protection against tampering (method encryption)
* Control flow obfuscation
* Constant/resources encryption
* Reference hiding proxies
* Disable decompilers
* Embedding dependency
* Compressing output
* Extensible plugin API

ConfuserEx is automatically installed with QLM. You can access the ConfuserEx GUI from the QLM Management Console / Protect Your Application / Obfuscator. The command line interface is available in the QLM Installation folder\ConfuserEx\Confuser.CLI.exe.

ConfuserEx documentation is available [here](https://github.com/yck1509/ConfuserEx/wiki).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/faq/confuserex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
