Is there a way to reverse engineer an Xcode project from a .app file?

后端 未结 4 571
梦谈多话
梦谈多话 2021-01-22 14:23

The topic says it all. I\'ve got a .app file here, but the Xcode project is no longer available to me. Is there any way to take the .app file and reverse engineer an Xcode proje

4条回答
  •  温柔的废话
    2021-01-22 14:57

    It would be very very difficult. There's no one click solution. However, you could look at class-dump and otool. Just be aware that it's a very manual effort, you'll still be piecing everything together yourself.

提交回复
热议问题