Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
__LLVM ビットコード セクション (iOS アプリ) を持つバイナリがあるとします。
ビットコードからプラットフォーム固有のコードを再コンパイルする方法はありますか?
私は答えを見つけました。Xcodeでアーカイブしてからエクスポート機能を実行できます。次に、「ビットコードから再コンパイル」オプションがあります。
これは /Applications/Xcode.app/Contents/Developer/usr/lib/bitcode_build_tool を使用してアプリを再コンパイルします。