Closed 0xElessar closed 3 years ago
The problem is caused by clang-cl.exe in the "\inceptor\obfuscators\native\llvm-clang\llvm-clang" folder.
Next, I downloaded the LLVM package and installed it. Added it to the path as well. I can access clang-cl.exe from this install without any errors. However, the update-config.py still reports, LLVM is not installed and downloads pre-compiled binaries. Next, it uses clang-cl.exe from the "\inceptor\obfuscators\native\llvm-clang\llvm-clang" instead of the correctly installed one :(
OK. I have managed to fix it by:
I used the following version: x86_64-8.1.0-posix-seh-rt_v6-rev0
Hi @0xElessar, just noticing this after I answered to the other issue. Honestly, it's a smart way to solve the problem. Not knowing if this is applicable in all cases (I' not even sure why this happens in certain version of Windows/Visual Studio only), the official fix is still to re-build LLVM-Obfuscator. Anyway, happy you managed to find a solution!
@klezVirus thank you for your response. Yeah, I was really surprised to see this problem.
Great work and project. Thank you for your time, @klezVirus .
Hello @klezVirus ,
thank you for your work. I tried to use LLVM compilation for nice obfuscation, but this command results in the missing DLL files errors:
One of the missing libraries attached.
I repeated the installation process multiple times. The error always occurs.