iOS/About iOS/Disassemblers.md
2018-06-11 17:42:03 +10:00

789 B
Executable File

IDA is one of the more powerful and useful disassemblers. However, it's not easy to get a copy with arm64 support at this time, and is also quite pricey.

Hopper is a great disassembler, albeit missing some of the features which make IDA has. Quite affordable for the average person, and demo is very useful as well.

Capstone Engine is a open source disassembler. Hopper uses CE at its core. This one is totally free,with multiple bindings,can be integrated in your own projects,however, you might have to write your own binary loader for it

Hopefully going to get qira working on iOS. Would be incredibly useful for analysis.