ARC is not such an Objective-C output, it is a compiler phase that changes the assembler / machine code that the compiler produces, and as you noticed, you can see this in Xcode. However, if you use the decompiler in binary format, you should see an “MRC equivalent” that is just as good as you. Try Hopper - the demo is available, I have not used it myself, I don’t know the manufacturers, etc. However, it creates a psuedo-code that looks like a structured assembly, not Objective-C. NTN.
source share