如何在iOS中反编译框架文件以获取源代码? [英] How to decompile framework file in iOS to get source code?

查看:800
本文介绍了如何在iOS中反编译框架文件以获取源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何方法/工具可以在目标C中反编译框架文件以获取源代码.就像Java中一样,有JAD和其他工具可以将字节码反编译为源代码.

I want to know is there any way/tools to decompile framework file in objective C to get the source code. Just like in java there are JAD and other tools to decompile byte code to source code.

推荐答案

您可以反汇编二进制文件并重新获得汇编源代码,但是无法取回原始的Objective-C结构化源代码.
您可能需要尝试 Hopper .我还没有亲自尝试过,但是 Mike阿什说很好.
助手来源:-此处

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.
You may want to give Hopper a try. I didn't try it personally yet but Mike Ash says it's good.
Helper Source:- here

这篇关于如何在iOS中反编译框架文件以获取源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆