Open cshung opened 4 years ago
We might want to consider switching to the capstone disassembler since it supports all the architecture we currently target. https://github.com/9ee1/Capstone.NET
What is the official NuGet package for this and does it support multiple architectures?
The official Nuget is https://www.nuget.org/packages/Gee.External.Capstone/2.0.0
Quoted from the README:
Seems OK then. We can give it a try.
Right now, the
Iced
disassembler only supports x86/amd64. It would be nice if we could supportarm
andarm64
as well because they are officially supported by .NET Core.