> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/languages-support/.net/scanning-dlls.md).

# Scanning DLLs

A specific plugin can be activated in order to scan DLLs in .NET project using the parameter \
\&#xNAN;**`--process-dlls`**

When activated the scanner will find all DLLs present in the codebase and by inspecting the binary it will detect the name of the component, the version and the copyright/license information associated to it. These information will then be used by the analyzer and presented as findings in the reports. This is particularly relevant when using commercially licensed solutions, like Infragistics or Telerik, that are normally not detected by other tools. Meterian is also able to match the DLL with the related NuGet component, when available, to avoid duplication and false positives.

it is possible to exclude folders from this analysis using the standard [exclusion system](/the-client/general-operations/excluding-specific-folders.md) or using a specific set of inclusion/exclusions that wlll be used only for the DLL plugin, using two [specific controls](/the-client/command-line-parameters/specific-controls/dotnet-specific-controls.md) for .NET.

**Tool requirements**

When using the [thin client](/the-client/client.md), [exiftool](https://exiftool.org/) needs to be installed on the machine running the scan.  This is not required when using the [dockerized client](/the-client/the-meterian-client-dockerized.md), where exiftool is pre-packaged.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.meterian.io/languages-support/.net/scanning-dlls.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.
