weak1337 / Alcatraz

x64 binary obfuscator
1.6k stars 242 forks source link

Cannot open include file: 'Zydis/Zydis.h #5

Closed DarknightCanada closed 1 year ago

DarknightCanada commented 1 year ago

I am following the instructions and doing this in the project folder:

Install: https://vcpkg.io/en/getting-started.html

asmjit: vcpkg.exe install asmjit:x64-windows Zydis: vcpkg.exe install zydis:x64-windows

However when I try to compile I keep getting this error:

Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'Zydis/Zydis.h': No such file or directory Alcatraz-gui C:\Users\darknight\Downloads\Alcatraz-master\Alcatraz-master\Alcatraz\obfuscator\obfuscator.h 3

weak1337 commented 1 year ago

Make sure you run the following command after installing both of these modules: vcpkg integrate install

DarknightCanada commented 1 year ago

thanks