https://github.com/dotnet/metadata-tools
Contains tools for metadata, such as Roslyn's metadata visualizer.
https://github.com/dotnet/metadata-tools
ecma-335 metadata pe-file portable portable-pdb
Last synced: about 2 months ago
JSON representation
Contains tools for metadata, such as Roslyn's metadata visualizer.
- Host: GitHub
- URL: https://github.com/dotnet/metadata-tools
- Owner: dotnet
- License: mit
- Created: 2017-03-24T00:17:28.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T05:12:02.000Z (about 2 months ago)
- Last Synced: 2025-04-07T06:21:40.041Z (about 2 months ago)
- Topics: ecma-335, metadata, pe-file, portable, portable-pdb
- Language: C#
- Size: 992 KB
- Stars: 49
- Watchers: 36
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Metadata Tools
Tools for inspecting and manipulating PE/COFF and ECMA335 metadata files.
Pre-release builds are available from Azure DevOps public feed: `https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json` ([browse](https://dev.azure.com/dnceng/public/_packaging?_a=feed&feed=dotnet-tools)).
You can install `mdv` as a .NET global tool with the following command:
```
dotnet tool install mdv -g --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
```[](https://dev.azure.com/dnceng/internal/_build/latest?definitionId=784&branchName=main)