Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 800 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 800 Bytes

Zydis - Fast and lightweight x86/x86-64 disassembler and code generation library.

This is a build2 package repository for zydis

This file contains setup instructions and other details that are more appropriate for development rather than consumption. If you want to use zydis in your build2-based project, then instead see the accompanying PACKAGE-README.md file.

The development setup for zydis uses the standard bdep-based workflow. For example:

git clone .../zydis.git
cd zydis

bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test