# Dynamic Analysis Tool

* **Process Monitor (ProcMon)**: Monitors and logs real-time file system, registry, and process/thread activity. It's useful for observing what a program does while it runs.
* **Process Explorer**: Offers a detailed view of running processes, including their handles, DLLs, and performance metrics. It's great for understanding what a process is doing and how it's interacting with the system.
* **Wireshark**: A network protocol analyzer that captures and analyzes network traffic. It helps in understanding network communications and detecting suspicious activity.
* **Regshot**: Takes snapshots of the Windows registry before and after running a program to detect changes made by the executable.


---

# 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://malfav.gitbook.io/home/malware-analysis-toolkit/windows-malware-analysis-toolkit/dynamic-analysis-tool.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.
