我可以从.ipa中将库.a提取到iOS项目中吗? [英] Can I extract a library .a into a iOS project from .ipa?

查看:82
本文介绍了我可以从.ipa中将库.a提取到iOS项目中吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了一个应用程序,我安装了.ipa并有以下问题:是否可以提取添加到此应用程序的静态库文件?

I have an app installed, I have the .ipa and I have this question: is possible extract a static library file added to this application?

此应用程序包含格式为.a的静态库,图像和文件.我知道如何从.ipa中提取图像,并且我知道可以通过逆向工程获得功能,但是我不知道是否有可能提取添加的库,因为我只看到二进制文件和图像,然后提取.ipa ,但看不到.a文件.

This application contains a static library in format .a, images and the files. I know how to extract the images from the .ipa and I know that is possible get the functions with reverse engineering, but I don't know if is possible extract the library added, because I only see binary files and images then extract .ipa, but I don't see the .a files.

推荐答案

否.应用程序二进制文件是所有代码和静态库的全部组合(链接)为单个二进制文件.无法从生成的二进制文件中提取任何特定的库.

No. The app binary is all of your code and static libraries all combined (linked) into a single binary. There is no way to extract any specific library from the resulting binary.

这篇关于我可以从.ipa中将库.a提取到iOS项目中吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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