The libzydis
C library provides a fast and lightweight x86/x86-64 disassembler engine.
To start using libzydis
in your project, add the following depends
value to your manifest
, adjusting the version constraint as appropriate:
depends: libzydis ^1.4.0
Then import the library in your buildfile
:
import libs = libzydis%lib{zydis}
This package provides the following importable targets:
lib{zydis}
lib{zycore}
zydis
- Fast and lightweight x86/x86-64 disassembler and code generation library.zycore
- Internal library providing platform-independent types, macros, and fallbacks for environments without libc.