Metadata-Version: 2.4
Name: unidecompiler-plugin-dotnet-cli
Version: 0.1.0
Summary: .NET CLI assembly frontend plugin for unidecompiler
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: unidecompiler<0.2.0,>=0.1.0
Requires-Dist: dnfile<1,>=0.15

# unidecompiler-plugin-dotnet-cli

Frontend plugin for .NET CLI `.dll` and `.exe` assemblies. It uses `dnfile` to
read assembly metadata and IL, then submits neutral thin IR to `unidecompiler`.

Install with:

```sh
python -m pip install unidecompiler-plugin-dotnet-cli
```

The plugin is discovered automatically by compatible CLI and GUI hosts.
