Decompile app IOS to get source code - Objective C

北城余情 提交于 2019-12-24 10:51:52

问题


I have an app that I need to get the source code to update the app. Customer doesn't have source code, only the app file from apple store. Is there any tool or method to get it?

Thanks


回答1:


You cannot decompile an iOS app to get the source code. Once it is submitted to the store, even the dSYM file is stripped, so errors don't provide the source code context. I'm afraid you are out of luck.

As @Richard J. Ross III has mentioned, there are tools that may help you get the assembly, but you will never be able to get the actual source code back. Depending on the detail of the app, you may just want to rewrite the application.




回答2:


This may help you:
https://www.youtube.com/watch?v=0RLoNRmvT3Q P.S: I found it on the internet, it's not mine.



来源:https://stackoverflow.com/questions/9805084/decompile-app-ios-to-get-source-code-objective-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!