icsharpcode/ILSpy

[ILSpy.ReadyToRun] Supporting other architectures

Open

#1,887 opened on Jan 2, 2020

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

Repository metrics

Stars
 (25,162 stars)
PR merge metrics
 (Avg merge 15d 22h) (61 merged PRs in 30d)

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