weak1337 / Alcatraz

x64 binary obfuscator
1.6k stars 242 forks source link

problems compiling #20

Closed desire179 closed 11 months ago

desire179 commented 11 months ago

during the build process and the following error message appears:

Error C1083 Cannot open include file: 'Zydis/Zydis.h': No such file or directory Alcatraz-con C:\Users\Senkin\Desktop\Alcatraz-master\Alcatraz\obfuscator\obfuscator.h 3

I think I have successfully installed vcpkg repo via: git clone https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat vcpkg install asmjit:x64-windows vcpkg install zydis:x64-windows

how can i solve the problem with zydis??

weak1337 commented 11 months ago

If you follow the linked tutorial:

vcpkg integrate install Restart VS Done

desire179 commented 11 months ago

Great, succesfull