Windows
Alternative to dnSpy on Kali Linux - ILSpy Main Project - https://github.com/icsharpcode/ILSpy UI - https://github.com/icsharpcode/AvaloniaILSpy
Steps:
use update-alternatives to install the latest dotnet version sdk
Build from source the main project followed by Avalonia [ILSpy UI].
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
Was this helpful?