decompile an app binary to get back to source code
Asked Answered
K

2

9

Is there anyway to take a binary - even signed by yourself, and get back to the code? I'm trying to recover something that I deleted a while ago... but have the binary here.

Any ideas?

Karissakarita answered 18/4, 2010 at 9:19 Comment(0)
M
16

You can disassemble a binary and get back assembly source, but there is no way to get back your original Objective-C structured source code.


EDIT: You may want to give Hopper a try. I didn't try it personally yet but Mike Ash says it's good.

Metaphosphate answered 18/4, 2010 at 9:25 Comment(0)
S
0

You might want to have a look at Hex-Rays decompiler. You need to have IDA Pro debugger to use it.

Sudd answered 3/9, 2013 at 15:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.