# Discover the Tools

- [Examine Static Properties](https://docs.remnux.org/discover-the-tools/examine+static+properties.md): Discover the Tools
- [General](https://docs.remnux.org/discover-the-tools/examine+static+properties/general.md): Examine Static Properties
- [PE Files](https://docs.remnux.org/discover-the-tools/examine+static+properties/pe+files.md): Examine Static Properties
- [ELF Files](https://docs.remnux.org/discover-the-tools/examine+static+properties/elf+files.md): Examine Static Properties
- [.NET](https://docs.remnux.org/discover-the-tools/examine+static+properties/.net.md): Examine Static Properties
- [Go](https://docs.remnux.org/discover-the-tools/examine+static+properties/go.md): Examine Static Properties
- [Deobfuscation](https://docs.remnux.org/discover-the-tools/examine+static+properties/deobfuscation.md): Examine Static Properties
- [Statically Analyze Code](https://docs.remnux.org/discover-the-tools/statically+analyze+code.md): Discover the Tools
- [General](https://docs.remnux.org/discover-the-tools/statically+analyze+code/general.md): Statically Analyze Code
- [Unpacking](https://docs.remnux.org/discover-the-tools/statically+analyze+code/unpacking.md): Statically Analyze Code
- [PE Files](https://docs.remnux.org/discover-the-tools/statically+analyze+code/pe-files.md): Statically Analyze Code
- [Python](https://docs.remnux.org/discover-the-tools/statically+analyze+code/python.md): Statically Analyze Code
- [Scripts](https://docs.remnux.org/discover-the-tools/statically+analyze+code/scripts.md)
- [Java](https://docs.remnux.org/discover-the-tools/statically+analyze+code/java.md): Statically Analyze Code
- [.NET](https://docs.remnux.org/discover-the-tools/statically+analyze+code/.net.md): Statically Analyze Code
- [Android](https://docs.remnux.org/discover-the-tools/statically+analyze+code/android.md): Statically Analyze Code
- [Dynamically Reverse-Engineer Code](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code.md): Discover the Tools
- [General](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/general.md): Dynamically Reverse-Engineer Code
- [Shellcode](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/shellcode.md): Dynamically Reverse-Engineer Code
- [Scripts](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/scripts.md): Dynamically Reverse-Engineer Code
- [ELF Files](https://docs.remnux.org/discover-the-tools/dynamically+reverse-engineer+code/elf+files.md): Dynamically Reverse-Engineer Code
- [Perform Memory Forensics](https://docs.remnux.org/discover-the-tools/perform+memory+forensics.md): Discover the Tools
- [Explore Network Interactions](https://docs.remnux.org/discover-the-tools/explore+network+interactions.md): Discover the Tools
- [Monitoring](https://docs.remnux.org/discover-the-tools/explore+network+interactions/monitoring.md): Explore Network Interactions
- [Connecting](https://docs.remnux.org/discover-the-tools/explore+network+interactions/connecting.md): Explore Network Interactions
- [Services](https://docs.remnux.org/discover-the-tools/explore+network+interactions/services.md): Explore Network Interactions
- [Investigate System Interactions](https://docs.remnux.org/discover-the-tools/investigate+system+interactions.md): Discover the Tools
- [Analyze Documents](https://docs.remnux.org/discover-the-tools/analyze+documents.md): Discover the Tools
- [General](https://docs.remnux.org/discover-the-tools/analyze+documents/general.md): Analyze Documents
- [PDF](https://docs.remnux.org/discover-the-tools/analyze+documents/pdf.md): Analyze Documents
- [Microsoft Office](https://docs.remnux.org/discover-the-tools/analyze+documents/microsoft+office.md): Analyze Documents
- [Email Messages](https://docs.remnux.org/discover-the-tools/analyze+documents/email+messages.md): Analyze Documents
- [Use Artificial Intelligence](https://docs.remnux.org/discover-the-tools/use+artificial+intelligence.md): Discover the Tools
- [Gather and Analyze Data](https://docs.remnux.org/discover-the-tools/gather+and+analyze+data.md): Discover the Tools
- [View or Edit Files](https://docs.remnux.org/discover-the-tools/view+or+edit+files.md): Discover the Tools
- [General Utilities](https://docs.remnux.org/discover-the-tools/general+utilities.md): Discover the Tools


---

# 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.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.
