obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

string obfuscator was not work

Open Dfault0 opened this issue 2 years ago • 1 comments

env:

  • mac os
  • llvm version:14.x(14.0.6) i can use -mllvm bcf -mllvm fca -mllvm sub normally. 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 the hello_ollvm_sobf.ll and hello_ollvm.ll are exactly the same.

Why is this situation happening? May I know how to solve it? thans for reply

Dfault0 avatar Oct 24 '23 07:10 Dfault0

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.

Burgess1 avatar Aug 13 '25 14:08 Burgess1