Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Decompile a from xcode deployed App [duplicate]

I have written a simple calculation App and had always tested it on my IPad, it's necessary for another Project from me.
But i forgot to commit the Project to my remoted git Repo an formatted the Disk. Now I only have the deployed App Version on my IPad and I would realy like to know if it is possible to restore somehow the source Code.
To write this App again would take me Days.

like image 221
feldeOne Avatar asked Mar 12 '26 20:03

feldeOne


2 Answers

Max what you can achieve is to get the assembly code.

Getting the Objective-C source code from binary is not possible since there are indefinite number of ways to represent the same assembly.

like image 170
deimus Avatar answered Mar 14 '26 10:03

deimus


not like .swf file of adobe flash, the binary file structure of iOS is not open source ... ..., so i think it's so hard even impossible to get the objective-c or swift source code from the binary file ...

like image 40
michael wang Avatar answered Mar 14 '26 08:03

michael wang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!