Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 997 Bytes

PACKAGE-README.md

File metadata and controls

31 lines (20 loc) · 997 Bytes

libzydis - A C library

The libzydis C library provides a fast and lightweight x86/x86-64 disassembler engine.

Usage

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}

Importable targets

This package provides the following importable targets:

lib{zydis}
lib{zycore}

Importable targets description

  • 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.