.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Christoph Wille 4b5ee09603
Add installation notes
7 years ago
..
ICSharpCode.Decompiler.Console.csproj Update to latest -alpha1 on NuGet.org 7 years ago
LICENSE Add ilspycmd 8 years ago
Program.cs Make ICSharpCode.Decompiler.Console a dotnet tool. 7 years ago
Publish.cmd Surface decompiler version in both console and ps cmdlets (intended for user error reporting) 8 years ago
README.md Add installation notes 7 years ago
Running.gif Add ilspycmd 8 years ago
TypesParser.cs Move to new API 8 years ago

README.md

ilspycmd

dotnet tool install ilspycmd -g

.NET Core 2.1 Tool

ilspycmd -h

Usage:  [arguments] [options]

Arguments:
  Assembly filename name  The assembly that is being decompiled. This argument is mandatory.

Options:
  -h|--help                   Show help information
  -p|--project                Decompile assembly as compilable project. This requires the output directory option.
  -o|--outputdir <directory>  The output directory, if omitted decompiler output is written to standard out.
  -t|--type <type-name>       The fully qualified name of the type to decompile.
  -l|--list <entity-type(s)>  Lists all entities of the specified type(s). Valid types: c(lass), i(interface), s(truct),
 d(elegate), e(num)

-o is valid with every option and required when using -p.

dotnet-build-dance

X-Plat Notes

SCD Article RuntimeIdentifiers csproj documentation RID catalog

dotnet build -r win10-x64
dotnet build -r osx-x64

dotnet publish -c release -r win10-x64
dotnet publish -c release -r osx-x64

PS \ilspy-console-netcoreapp\src\ilspycmd\bin\Release\netcoreapp2.0\win10-x64\publish> ./ilspycmd.exe ilspycmd.dll