icsharpcode/ILSpy

[ILSpy.ReadyToRun] Supporting other architectures

Open

#1,887 opened on Jan 2, 2020

 (4 comments) (4 reactions) (0 assignees)C# (3,645 forks)batch import
Help Wantedr2r

Repository metrics

Stars
 (25,162 stars)
PR merge metrics
 (PR metrics pending)

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