LibZ icon indicating copy to clipboard operation
LibZ copied to clipboard

LibZ, the alternative to ILMerge

Results 19 LibZ issues
Sort by recently updated
recently updated
newest added

Hi All, I am trying to merge some .dlls into one single .dll. Please see the snap here=> ![1](https://user-images.githubusercontent.com/40657294/106352294-fb920780-6335-11eb-8755-d4f0664cfee6.PNG) These .dlls are created from Visual studio 2017 and work with...

After I have merged dll and exe it has Ssl3 and Tls enabled on ServicePointManager.SecurityProtocol. Should be SystemDefault in newer .Net framework versions.

I use Scenario 1: Single assembly with no container libz inject-dll --assembly MyApplication.exe --include *.dll --move One of the assemblies asemply1.dll reference another one asembly2.dll, and all are injected. The...

I switched from ILMerges due to problems in applications with plugin. I can use LibZ in FullFramework without problems in plugin and reflection. Can I use LibZ with netcoreapp2.0+ for...

I merged exe application with its dll dependencies using the command libz.exe inject-dll --assembly $(OutputAssembly) --include $(OutputPath)\*.dll --move" when I tried to use the merged exe as a reference for...

Changed the hashing algorithm to SHA-1 to make LibZ FIPS compliant (it does not allow MD5). This works in my situation, a simple merging of referenced assemblies into the primary...

I have a situation where the encryption used by LibZ was not FIPS compliant. I'm not sure what is being encrypted or if this can be changed. Do I have...

I have an app which is built with LibZ. Is there an easy way to extract embedded assemblies to disk?

On on open: ![nowy obraz mapy bitowej](https://user-images.githubusercontent.com/6841661/45920404-cb9fe300-bea3-11e8-8379-d5777dc64a8e.png) It will load anyway but not complete i guess: ![nowy obraz mapy bitowej 2](https://user-images.githubusercontent.com/6841661/45920408-da869580-bea3-11e8-850a-57ea0d5557df.png) When trying to add files: ![nowy obraz mapy bitowej...

Hi, First thanks for this super tool! It saved my lot of time. However, I need to debug a production assembly and for that I need the pdb file. VS...