zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 434 forks source link

why there are so many error when I build them #393

Closed y-mk-yc closed 2 years ago

y-mk-yc commented 2 years ago

I have used vs2013,2015,2019, the results are all the same. image

mappzor commented 2 years ago

First of all it seems that you aren't building Zydis but x64dbg (which includes an old version of Zydis) and that's a rather important thing to mention. Probably you should check if you cloned the repo correctly (with submodules) and/or include path configured for the project. None of Zydis types is actually recognized by the compiler, so it's a project configuration error.

athre0z commented 2 years ago

Closing since this is clearly not a Zydis issue.