I want to view some Iphone application source files on Windows. Is it possible? If so what do I need in order to view them on a Windows computer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For actual reverse engineering, I would suggest you to have a close look at IDA. IDA supports the ARMv6 and ARMv7 architecture and is overall the best reversing tool on this planet.
The App files downloaded through iTunes are compressed ZIP files with the extension .IPA. You may use any decompression tool to unpack them. To do so, you may simply rename the extension IPA towards ZIP.
[edited to match OP question comments]