bluesadi / Pluto

Obfuscator based on LLVM 14.0.6
829 stars 185 forks source link

LLVMObfuscator.so missing #4

Closed iraizo closed 2 years ago

iraizo commented 2 years ago

compiling using

cd build
cmake -G "Ninja" -DLLVM_ENABLE_PROJECTS="clang" \
    -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86" \
    -DBUILD_SHARED_LIBS=On ../llvm
ninja

on macOS does not seem to compile LLVMObfuscator.so but anything else

bluesadi commented 2 years ago

I need to check out the compiling log. Can you share it?

iraizo commented 2 years ago

Will do later today

nullhook commented 2 years ago

related: https://github.com/bluesadi/Pluto-Obfuscator/issues/8