google / bindiff

Quickly find differences and similarities in disassembled code
https://zynamics.com/bindiff.html
Apache License 2.0
2.22k stars 136 forks source link

Need aarch64 release, for both macOS and Linux #33

Open blue-devil opened 8 months ago

blue-devil commented 8 months ago

Is your feature request related to a problem? Please describe. There is no release for aarch64 architecture

Describe the solution you'd like Please release a package which is compiled for aarch64 architecture specially for linux (debian, arch). am64 releases includes binary plugins for IDA Pro, so they are also in amd64 release.

cblichmann commented 8 months ago

Note that the existing macOS package is a universal build that includes both AArch64 and AMD64 support. This is true for the IDA Pro plugins, the Binary Ninja plugins and the command-line differ.

For Linux, we can definitely build a version for AArch64, but to my knowledge, there is no version of IDA Pro that supports this natively. The situation is similar on Windows on ARM.

blue-devil commented 8 months ago

After installing font-robot on my linux aarch system, I can install the deb package with dpkg -i command.

as you also mentioned no ida on aarch system/

close #33