Skip to content

glueckkanja/ILStrip

Repository files navigation

ILStrip

A simple tool to strip unused types/classes from a .Net assembly. Useful when ilmerge is used with large libraries - use the /internalize switch with ilmerge and afterwards have ilstrip remove types/classes that are not referenced by publicly accessible code.

Based on mono Cecil (see http://www.mono-project.com/Cecil and https://github.com/jbevain/cecil)

License: GPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages