dotnet / ILMerge

ILMerge is a static linker for .NET Assemblies.
MIT License
1.22k stars 169 forks source link

I come with some null pointer exceptions when I merge some third party dlls which have been processed by code obfuscation to my exe file #75

Open jeffjiang0613 opened 4 years ago

jeffjiang0613 commented 4 years ago

Any one have the same problem? I wonder if ILMerge can not resolve the obfuscated dlls

jeffjiang0613 commented 4 years ago

When I run the merged program, I hit the problem.

mike-barnett commented 4 years ago

I'd be happy to look into it, but it would probably require that you make available to me the input assemblies and the command line you used for ILMerge. Sorry for the problems!