You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: