SlackBuildsOrg/libraries/zydis
Steven Voges 9bdfd057aa
libraries/zydis: Updated for version 4.0.0.
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-28 08:22:56 +07:00
..
README
slack-desc
zydis.info
zydis.SlackBuild

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

Features
  * Supports all x86 and x86-64 (AMD64) instructions and extensions
  * Optimized for high performance
  * No dynamic memory allocation ("malloc")
  * Thread-safe by design
  * Very small file-size overhead compared to other common
    disassembler libraries
  * Complete doxygen documentation
  * Absolutely no third party dependencies — not even libc
      - Should compile on any platform with a working C11 compiler
      - Tested on Windows, macOS, FreeBSD, Linux and UEFI, both user
        and kernel mode