vs-obfuscation
vs-obfuscation copied to clipboard
Unexpected compiler version, expected Clang 7 or newer
error output show "Unexpected compiler version, expected Clang 7 or newer" when i try to compiler with vs2017 v141
VS2017 15.9+ requires clang 7+. "STL1000: Unexpected compiler version, expected Clang 7 or newer." So have to install a old VS if you want to use ollvm in VS.
The string obfucation components use a lot const expr and have to be compiled with clang.
MSVC will raise a error “your code is too complex to compile” or build successfully but the compiled program doesn't meet expectation.