weak1337 / Alcatraz

x64 binary obfuscator
1.6k stars 242 forks source link

Compilation | Build Issue #19

Closed rootsid closed 11 months ago

rootsid commented 12 months ago

I'm using these versions of asmjit and zydis

asmjit:x64-windows 2023-03-25 Complete x86/x64 JIT and Remote Assembler for C++ zycore:x64-windows 1.3.0#1 Provides platform independent types, macros and ... zydis:x64-windows 4.0.0 Fast and lightweight x86/x86-64 disassembler lib...

I'm getting attached errors, please let me know if any version is wrong and suggest on following issue.

image
piedacoulisse2 commented 11 months ago

Same as you i think there is a conflict with these lib.

h4rmsw4y commented 11 months ago

The has ZYDIS_ADDRESS_WIDTH_64 undeclared which is asked in this issue of zydis: https://github.com/zyantific/zydis/issues/258 Meaning it uses a version of zydis before this breaking change was merged: https://github.com/zyantific/zydis/pull/238

And vcpkg seems to just install the most recent version.

weak1337 commented 11 months ago

I updated it to match the latest Zydis version