This repository utilizes GitHub Actions to build an Xcode Toolchain integrated with Hikari and automatically publishes it.
You can download the appropriate Xcode Toolchain for your environment from the GitHub Releases page.
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
./Hikari_LLVM23.0.0git.xctoolchain/usr/bin/clang test.c -mllvm -hikari -mllvm -enable-strcry -mllvm -enable-indibran -mllvm -enable-subobf -mllvm -enable-funcwra -mllvm -enable-splitobf -mllvm -enable-bcfobf
A significant portion of the codebase in this repository was adapted or forked from existing projects.
This project would not have been possible without the foundational work of the repositories listed below. A huge thank you to all the original authors and contributors!