Skip to content

Releases: KirillOsenkov/MetadataTools

BinaryCompatChecker.exe

27 Jan 01:36
Compare
Choose a tag to compare
v1.0.10

Add more help.

RefDump.exe

25 Jan 00:28
Compare
Choose a tag to compare

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.

BinaryCompatChecker.exe

14 Aug 22:53
Compare
Choose a tag to compare
v1.0.7

Add corflags project and executable.

Pdb.exe

01 Aug 01:52
Compare
Choose a tag to compare

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.

Refdump.exe

18 Mar 00:05
Compare
Choose a tag to compare
v1.0.5

Merge branch 'master' of https://github.com/KirillOsenkov/MetadataTools

RefDump.exe

19 Jan 02:56
Compare
Choose a tag to compare

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.

RefDump.exe

22 Nov 06:18
Compare
Choose a tag to compare
v1.0.3

Fix console output.

Pdb.exe

09 Nov 02:56
Compare
Choose a tag to compare
Add a way to download the .pdb from a symbol server.

Add a way to print information about the .dll.

Mvid.exe

10 Apr 22:14
Compare
Choose a tag to compare
Don't rely on just reading the first GUID from the #GUID stream.

Instead figure out where the Module table is, read the Mvid index from the Module table and look up using that index (instead of hardcoding the first one).

mvid.exe

10 Apr 05:07
Compare
Choose a tag to compare
v1.0.0

Minor fixes.