Skip to content

AdamWhiteHat/ILSpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,693 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILSpy

ILSpy is an open-source .NET assembly browser and decompiler.

This is a forked repository. If you are looking for the original ILSpy version, you can find that over at the main repository.

What is different about this version/fork?

  • Allows for whole assembly decompilation in just one click/operation
  • Automatically decompiles each class into its own seperate file (instead of one gigantic code file)
  • Automatically determines the file name for each file from the class name (no more having to save each class individually)
  • Automatically puts each class into its appropriate namespace (saving a class would do so without the namespace)
  • Adds a 'Decompile...' option to the context menu (was limited to only File->Decompile)

About

.NET Decompiler (modified to allow easier decompilation of entire assemblies)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 99.9%
  • Other 0.1%