Skip to content

soheil-js/EmbedLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embed Library .NET

Embed your .NET dependencies directly into your executable – no installation, no extra DLLs.
Runs after compilation, so it works with any obfuscation tool without interfering.

πŸš€ Features

  • βœ… Works with all .NET versions
  • βœ… Post-build tool (no build process changes)
  • βœ… Compresses assemblies before embedding
  • βœ… Memory-only loading (no DLLs dropped to disk)
  • βœ… Flexible library selection (manual or auto-detect)

πŸ”Ž Comparison

Tool Build Process Memory Loading Compression Flexibility
EmbedLibrary Post-build βœ… Yes βœ… Yes βœ… Manual + Auto
Costura.Fody Build-time βœ… Yes βœ… Yes (enabled by default, can disable via option) ❌ Auto only
ILMerge Post-build ❌ No ❌ No ❌ Manual only (Windows / .NET Framework focused)

πŸ“ŒCredits

  • dnlib (Reads and writes .NET assemblies and modules)

About

Embed .NET libraries into executables

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages