icsharpcode/ILSpy

[ILSpy.ReadyToRun] Supporting other architectures

Open

#1887 opened on Jan 2, 2020

View on GitHub
 (4 comments) (4 reactions) (0 assignees)C# (25,162 stars) (3,645 forks)batch import
Help Wantedr2r

Description

Right now, the Iced disassembler only supports x86/amd64. It would be nice if we could support arm and arm64 as well because they are officially supported by .NET Core.

Contributor guide