项目作者: Daniel-Svensson

项目描述 :
A simple program to compare a rewritten assembly and it's pdb files against the original assembly
高级语言: C#
项目地址: git://github.com/Daniel-Svensson/PdbComparer.git
创建时间: 2016-06-11T14:02:07Z
项目社区:https://github.com/Daniel-Svensson/PdbComparer

开源协议:MIT License

下载


PdbComparer

A simple program to compare a rewritten assembly and it’s pdb files against the original assembly.

The program is provided as is and I don’t have any plans to improve it for the future.

The intended usage was to troubleshoot programs rewritten using CodeContracts where
sometimes the pdb files have become out of sync and had methods declared in the wrong files.

Usage

PdbComparer —Source “assembly1.dll” —Actual “assembly_rewritten.dll” —LogLevel Verbose

PdbComparer —Source “assembly1.dll” —Actual “assembly_rewritten.dll” —LogLevel Debug —CompareLineNr false