Metadata-Version: 2.4
Name: unidecompiler-plugin-dotnet-cli
Version: 0.1.2
Summary: .NET CLI assembly frontend plugin for unidecompiler
Author-email: Wker <1670133844@qq.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/Wker666/unidecompiler
Project-URL: Repository, https://github.com/Wker666/unidecompiler
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: unidecompiler<0.2.0,>=0.1.2
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.
