hzqst / VmwareHardenedLoader

Vmware Hardened VM detection mitigation loader (anti anti-vm)
MIT License
1.7k stars 460 forks source link

building error #12

Closed Iuke121 closed 4 years ago

Iuke121 commented 5 years ago

When trying to build with VS 2019 I get the following build errors: \capstone\cs.c(65,10): error C1083: Cannot open include file: 'arch/X86/X86Module.h': No such file or directory 2>LINK : fatal error LNK1181: cannot open input file 'capstone_static_winkernel.lib'

hzqst commented 5 years ago

you need to build capstone_static_winkernel project before build vmloader

Iuke121 commented 5 years ago

The first error, "\capstone\cs.c(65,10): error C1083: Cannot open include file: 'arch/X86/X86Module.h': No such file or directory" is from building capstone_static_winkernel. There is no folder X86. And if I comment out the related lines, I get C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(429,5): error MSB6006: "CL.exe" exited with code 2.

hzqst commented 5 years ago

The first error, "\capstone\cs.c(65,10): error C1083: Cannot open include file: 'arch/X86/X86Module.h': No such file or directory" is from building capstone_static_winkernel. There is no folder X86. And if I comment out the related lines, I get C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(429,5): error MSB6006: "CL.exe" exited with code 2.

missing files has been added to the repo.