61bcdefg / Hikari-LLVM15

A fork of Hikari Obfuscator [WIP]
575 stars 160 forks source link

New arm64e ABI support #106

Open 61bcdefg opened 3 months ago

61bcdefg commented 3 months ago

Just a hint.

Apple opened source the implementation of their new arm64e abi(since iOS14 or iOS15) a few hours ago. (https://github.com/apple/llvm-project/tree/arm64e-upstream-next, https://github.com/apple/llvm-project/pull/8946)

I ported Hikari to it(https://github.com/61bcdefg/Hikari-LLVM15/tree/apple-arm64e-upstream-next). If anyone interested in it, you can try it now.

Edit: In test, the new arm64e abi worked well.