obfuscator
obfuscator copied to clipboard
string obfuscator was not work
env:
- mac os
- llvm version:14.x(14.0.6)
i can use
-mllvm bcf -mllvm fca -mllvm subnormally. but i can not use-mllvm -sobf. cmd: - $clangPath/clang -isysroot
xcrun --show-sdk-path-arch arm64 -mllvm -sobf -emit-llvm -S hello_ollvm.c -o hello_ollvm_sobf.ll - $clangPath/clang -isysroot
xcrun --show-sdk-path-arch arm64 -emit-llvm -S hello_ollvm.c -o hello_ollvm.ll thehello_ollvm_sobf.llandhello_ollvm.llare exactly the same.
Why is this situation happening? May I know how to solve it? thans for reply
not work + 1.In my case it build failed using the toolchains build from version 14.x, not works for all -mllvm options when build for hook like halabi.