0

With KMM project, I can build compile code into a file aar for obfuscating code. But I can't find the way to obfuscate code for objective-c after compiled code.

How can I solve it?

  • At this moment the question lacks significant details. What exactly do you mean by "obfuscating code"? What do you want to obfuscate -- is it machine code or Objective-C header (if you are distributing the generated framework)? Why do you want to obfuscate it -- what exactly are you trying to protect it from? – Svyatoslav Scherbina May 25 '22 at 14:44
  • @SvyatoslavScherbina I want to obfuscate machine code before gen to Objective-C header. Our app have 2 layers that A and B. A prefer to B. I want to public all code layer A and obfuscate layer B. – Tam Nguyen Huy May 27 '22 at 07:52
  • The compiler generates Objective-C header before it emits machine code, so your question is still not clear to me. – Svyatoslav Scherbina May 30 '22 at 11:08
  • If it compiler generates Objective-C header so we have to obfuscate the header file, isn't it? – Tam Nguyen Huy Jun 23 '22 at 06:50

0 Answers0