obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

ollvm, base on llvm-clang 18.x

Results 6 obfuscator issues
Sort by recently updated
recently updated
newest added

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...

llvm-project下载的是14.0.6版本 执行 cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;lld" -DLLVM_ENABLE_LLD=ON -DLLVM_STATIC_LINK_CXX_STDLIB=ON -S llvm -B build 报错信息: -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER - Failed CMake Error at cmake/modules/HandleLLVMOptions.cmake:308 (message): Host compiler does...

Why `sobf` only works via command line is because llvm crashes when using it on Android.mk, right? is there a way you can implement sobf from [heroims's obfuscator](https://github.com/heroims/obfuscator)? because it...

请问NDK25.2.9519653应该使用哪个分支版本来编译呢?

cmake --install build --prefix H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\ -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/Extension.def -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/VCSRevision.h -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/x64 -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/x64/Debug -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/x64/Debug/llvm_vcsrevision_h -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/include/llvm/Support/x64/Debug/llvm_vcsrevision_h/llvm_vcs.32A6199F.tlog -- Up-to-date: H:\SDK\ndk\25.1.8937393\toolchains\llvm\prebuilt\windows-x86_64\/lib/cmake/llvm/LLVMConfigExtensions.cmake CMake...

Ollvm14 is not fully stable, some flags cause compiler to hang or crash unexpectedly, unlike https://github.com/o2e/OLLVM-9.0.1 which is fully stable and can use many flags combination `-sub_loop=3` and above cause...