dotnet / ILMerge

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

I embedded a DLL into the exe through ILMerge, but this dll has no dependency relationship with the exe. Now I want to find the dll in the exe, what do I need to do?Please #95

Open SixGodZhang opened 3 years ago

SixGodZhang commented 3 years ago

I meet a problem that I try to access the dll, but it failed! Please is there a better solution about this problem.