falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
549 stars 47 forks source link

About ARM/AArch64 Support #103

Closed black-binary closed 3 years ago

black-binary commented 3 years ago

This project looks so cool. Is there any plan to support ARM and AArch64 binaries? :)

endeav0r commented 3 years ago

It’s been attempted, but capstone’s ARM decoder is pretty terrible. There’s hope though to now build off work others have done, but that’s still most likely months away.

https://github.com/falconre/falcon/pull/49#issuecomment-813797157