bluesadi / Pluto

Obfuscator based on LLVM 14.0.6
809 stars 181 forks source link

如何在 vs2019 中使用? #48

Open LYingSiMon opened 1 year ago

LYingSiMon commented 1 year ago

我将 install 目录下的文件复制到了我的 llvm 12.0.1 安装目录 image

并在我的测试项目中添加了 Directory.build.props

<Project>
    <PropertyGroup>
         <LLVMInstallDir>D:\llvm</LLVMInstallDir>
         <LLVMToolsVersion>12.0.1</LLVMToolsVersion>
    </PropertyGroup>
</Project>

最后在 vs 中修改命令行 image

编译报错:clang-cl : error : clang frontend command failed due to signal (use -v to see invocation) image

请问我该如何解决这个问题