obfuscator-llvm
obfuscator-llvm copied to clipboard
Obfuscator as LLVM extension
Compiling this project works fine with some tweaks to it, the problem is compiling the obfuscated IL to maschine code. ``` ➜ test git:(master) ✗ sudo /opt/homebrew/opt/llvm/bin/clang -fuse-ld=lld -flto=full -O3...
Happens when I try to cross build openssl from linux to windows. Why is that? The test works fine. ``` /usr/bin/clang -Xclang -load -Xclang obfuscator-llvm/build/obfuscator-llvm/ObfuscatorLLVM.so -mllvm -sub -mllvm -bcf -mllvm...
Installed the Pre-Requisites using command - sudo apt install clang-7 llvm-7-dev cmake sysadmin@sysadmin-VirtualBox:~/Desktop/Obfuscator-LLVM/obfuscator-llvm$ ./build.sh -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0...