0

Currently I have some ARMv7 assembly code extracted from iOS 5 App with the help of IDA Pro, I would like to generate a control flow graph based on those assembly code. Is anyone can recommend the tool can help me to do that? I have little knowledge of assembly, but I can learned basic instruction and concepts to build the graph

Thanks anyway!

pa4373
  • 33
  • 3

1 Answers1

1

IDA generates those internally. Switch to Graph view.

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281