Windows

Alternative to dnSpy on Kali Linux - ILSpy Main Project - https://github.com/icsharpcode/ILSpy UI - https://github.com/icsharpcode/AvaloniaILSpy

Steps:

  1. use update-alternatives to install the latest dotnet version sdk

  2. Build from source the main project followed by Avalonia [ILSpy UI].

  3. Use update-alternatives to set the ilspy binary in folder '/home/kali/tools/AvaloniaILSpy/artifacts/linux-x64'

update-alternatives --install /usr/bin/ilspy ilspy /home/kali/tools/AvaloniaILSpy/artifacts/linux-x64/ILSpy 10

4. Run: # ilspy

Last updated