# .NET

## de4dot

Deobfuscate and unpack .NET programs.

**Website**: <https://github.com/0xd4d/de4dot>\
**Author**: 0xd4d\
**License**: GNU General Public License (GPL) v3.0: <https://github.com/0xd4d/de4dot/blob/master/COPYING>\
**State File**: [remnux.tools.de4dot](https://github.com/REMnux/salt-states/blob/master/remnux/tools/de4dot.sls)

## ILSpy

Examine and decompile .NET programs.

**Website**: <https://github.com/icsharpcode/ILSpy>\
**Author**: AlphaSierraPapa and <https://github.com/icsharpcode/ILSpy/graphs/contributors>\
**License**: MIT License: <https://github.com/icsharpcode/ILSpy/blob/master/doc/ILSpyAboutPage.txt>\
**Notes**: This is the command-line version of ILSpy, which you can run using the `ilspycmd` command.\
**State File**: [remnux.packages.ilspy](https://github.com/REMnux/salt-states/blob/master/remnux/packages/ilspy.sls)


---

# 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.remnux.org/discover-the-tools/statically+analyze+code/.net.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.
