逆向工程? [英] Reverse Engineering?

查看:102
本文介绍了逆向工程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有 *。ipa 文件,这是iphone应用程序。

I have *.ipa file which is the iphone application.


  • 是否可以在ipa中使用逆向工程并提取
    代码..?

推荐答案

嗯,它不是真正的黑客,但它肯定可以帮助你识别UI的某些部分...执行以下操作:

Well, its not really a hacking but it can surely help you identify some parts of the UI... Do the following:

1-在Xcode上创建一个新项目(并不能真正改变你的选择)

1- Create a new project on the Xcode (doesn't really mater what you choose)

2-将设备连接到计算机

2- Connect your device to your computer

3-在设备上配置项目。

3- Profile your project on your device.

4-开个人资料,选择核心动画

4- On the Profile, pick Core Animation

5-在选项中选择颜色混合图层
它将会看起来像这样:

5- On the options choose Color Blended Layers It will look like this:

6-在配置文件运行时拔下设备。
您的手机现在看起来像这样:

6- Unplug your device while the profile is running. Your phone will look like this now:

7-转到要检查的应用。

7- Go to the app you want to check.

虽然你看不到任何代码,这可以帮助您识别应用程序的关键部分。要恢复正常,您可以重新启动设备,或者只需转到配置文件并再次运行,然后取消选中颜色混合图层选项。

Although you can't see any code, this can help you out to identify key parts of the application. To get back to normal, you can restart your device, or just go to the profile and run it Again, and uncheck the Color Blended Layers option.

这篇关于逆向工程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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