Determine whether .NET assemblies were built from the same source

前端 未结 7 1112
独厮守ぢ
独厮守ぢ 2020-12-02 17:38

Does anyone know of a way to compare two .NET assemblies to determine whether they were built from the \"same\" source files?

I am aware that there are some differen

7条回答
  •  一向
    一向 (楼主)
    2020-12-02 17:58

    you can use MonoCecil and give it a small modification to get the problem solved. I did it, you can read how over here: http://groups.google.com/group/mono-cecil/browse_thread/thread/6ab42df05daa3a/49e8b3b279850f13#49e8b3b279850f13

    Regards Florian

提交回复
热议问题