Obj C and class-dump protection

后端 未结 4 1127
梦谈多话
梦谈多话 2021-02-04 21:25

I understand that it is easy to hack Mach-O executable, I just want simple protection against \"class-dump\" tool. Is there any tool or XCode plugin that can change all classes

4条回答
  •  [愿得一人]
    2021-02-04 22:30

    If you're not doing already, you can at least strip your executable of certain unnecessary symbols by enabling 'Deployment Postprocessing' and 'Strip Linked Product 'in the Xcode build setting. (Or just use the strip tool directly.) Better than nothing.

提交回复
热议问题