-
I know there's never going to be a 1 to 1 mapping between the Zydis categories and Capstone but I wonder how possible/easy it is to work out what the correct Capstone category is for now missing Zydis…
-
AVX-512 support will be added soon, make sure we are using latest disassembler.
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | Arch Linux …
-
-------------- Build: Release in plugin_sa (compiler: GNU GCC Compiler)---------------
g++.exe -m32 -O2 -D_DX9_SDK_INSTALLED -DGTASA -DPLUGIN_SGV_10US -DRW -fpermissive -std=gnu++17 -I\shared\dxs…
-
I've never set CMAKE_TOOLCHAIN_FILE.
```ps1
"C:\Users\ootop\AppData\Local\Programs\CLion 2\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DCMAKE_C_COMPILER=C:/Program Files/M…
-
I'm using Zydis as an instruction encoder. I'm using the amalgamated version. When I compile my application with ubsan (i.e. clang and `-fsanitize=undefined`) I get a memory-alignment-related UB error…
-
The tool (v1.2) is unable to identify recognize the category for `amx_int8` and `amx_bf16` flags.
-
$ cmake --build build
[25/771] Generating generated_fonts/imgui_fonts/notosansjp_regular.ttf.g.cpp
[43/771] Generating generated_fonts/imgui_fonts/proggyvector_regular.ttf.g.cpp
[638/771] Building …
-
root@ubuntu:/home/niuma/Desktop/zydis# cmake -B build
CMake Error: The source directory "/home/niuma/Desktop/zydis/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or pres…
-
![Screenshot 2024-07-23 223511](https://github.com/user-attachments/assets/d3069b0a-1d8f-47aa-b06b-dc76d1b740aa)
when i include zydis into my project i get error codes related to cmath. but i dont …