-1

Is it possible to get code from .ipa file ?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user3540499
  • 89
  • 1
  • 5

1 Answers1

4

The .ipa file has machine code, which can be disassembled into hard-to-read assembly code, but there is no way to get the original source code from the .ipa file.

user3386109
  • 34,287
  • 7
  • 49
  • 68