Information on iOS app wrapping?

∥☆過路亽.° 提交于 2021-02-07 08:35:36

问题


There is a process called app wrapping:

  • IPA is disassembled (taken apart + sometimes executable part of is is really disassembled)
  • Some new binary code, resources, segments are added
  • IPA is assembled again

Quite often this process is used as compile time AOP (to add some aspect like security, audit etc to application).

Have you seen any guide + tools which are used for this?


回答1:


Here is good overview on app wrapping for iOS: http://pauldotcom.com/wiki/index.php/Episode226#Library_Injection



来源:https://stackoverflow.com/questions/16948240/information-on-ios-app-wrapping

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