Is it possible to reverse engineering to get the original source code from .ipa file?

不问归期 提交于 2019-12-06 05:35:20

问题


I am currently a iPhone apps developer and trying to learn the mechanism of generating the audio impulses by extracting the current ipa solutions and github solutions

When using Hopper to extract , only recompiled and incomplete assembly codes are generated. We cannot see any objective classes for further exploration .

Are there any alternatives to achieve this aim ?


回答1:


There are such things as decompilers, but not sure if there's one for iOS/Objective-C. Anyway you won't get back the original source, variable names, comments, etc. So it's still a slog.

Instead of reversing someone's app why not ask "how to" questions on stackoverflow? ;-)

Also, you can see the classes defined in the program, try nm.




回答2:


Nope, the IPA file doesn't contain any source code. Which is a good thing, I think most developers want privacy with their material.



来源:https://stackoverflow.com/questions/23210173/is-it-possible-to-reverse-engineering-to-get-the-original-source-code-from-ipa

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