bitcode - security concerns

We are distributing a software module for iOS. Since, Apple is advocating bitcode and even making it mandatory for apps on some devices (watchOS/tvOS) - forcing us to deliver this software module (static library) with bitcode.


The concern is how secure bitcode is from anyone to reverse engineer and decompile (like java bytecode)?

Replies

Some valuable information on it here https://lowlevelbits.org/bitcode-demystified/


Bitcode maynot be concern for apps as apple will strip it but definitely appears to be a concern for static libraries.