obfuscator-llvm / obfuscator

3.81k stars 1.16k forks source link

Static build #158

Closed kscieslinski closed 3 years ago

kscieslinski commented 3 years ago

Hi, is there a way to generate a standalone clang.exe binary (depending only on a standard windows dlls such as kernel32.dll, msvcrt.dll, advapi32.dll)? I would like to avoid having to build llvm obfuscator each time I setup the environment and prefer just to store clang.exe within a project.