MetadataTools

Various tools and helpers to read assembly metadata.

MIT License

Stars
173
Committers
7

Bot releases are hidden (Show)

MetadataTools - BinaryCompatChecker.exe Latest Release

Published by KirillOsenkov over 4 years ago

MetadataTools - RefDump.exe

Published by KirillOsenkov over 5 years ago

RefDump.exe *.dll -g to copy the reference graph to clipboard in GraphViz format.
Paste into http://www.webgraphviz.com to generate a reference graph.

MetadataTools - BinaryCompatChecker.exe

Published by KirillOsenkov about 6 years ago

MetadataTools - Pdb.exe

Published by KirillOsenkov about 6 years ago

Usages:

    Pdb.exe <input.dll>                  - Print assembly info and debug directory.
    Pdb.exe <http://symweb>              - Download symbols for all .dll/.exe in current directory.
    Pdb.exe <input.dll> <input.pdb>      - Check if the .dll matches the .pdb.
    Pdb.exe <input.dll> <http://symweb>  - Try to download .pdb for input.dll from the URL.
    Pdb.exe <input.dll> <Directory>      - Find matching .pdb for input.dll in Directory.
MetadataTools - Refdump.exe

Published by KirillOsenkov over 6 years ago

MetadataTools - RefDump.exe

Published by KirillOsenkov over 6 years ago

New version of refdump.exe that supports additional command-line arguments:

Usage: refdump file.dll [-a:<refname>] [-t] [-m] [output.xml]
    Lists all references of the input assembly.
    -t    List all used types
    -m    List all used members
    -a:   Narrow results to a particular reference assembly,
          <refname> is a substring of the reference assembly
          name.

    If an output.xml file name is specified, dump detailed
    report into that xml.
MetadataTools - RefDump.exe

Published by KirillOsenkov almost 7 years ago

MetadataTools - Pdb.exe

Published by KirillOsenkov almost 7 years ago

MetadataTools - Mvid.exe

Published by KirillOsenkov over 7 years ago

MetadataTools - mvid.exe

Published by KirillOsenkov over 7 years ago