Releases: KirillOsenkov/MetadataTools
Releases · KirillOsenkov/MetadataTools
BinaryCompatChecker.exe
v1.0.10 Add more help.
RefDump.exe
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
v1.0.7 Add corflags project and executable.
Pdb.exe
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
v1.0.5 Merge branch 'master' of https://github.com/KirillOsenkov/MetadataTools
RefDump.exe
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
v1.0.3 Fix console output.
Pdb.exe
Add a way to download the .pdb from a symbol server. Add a way to print information about the .dll.
Mvid.exe
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
v1.0.0 Minor fixes.