Objective C decompiler

decompiler, decompiling, disassembly, objective-c

Solution

Apart from the fact that this question might introduce a lot of different opinions, Hopper is pretty GUI.

Problem

What's the best way to decompile Objective-C applications and libraries? I know about Apple's own `otool` but was wondering if there is a more user friendly app with some code beatification.

Original source

Related problems