1. Home
  2. Browse
  3. bddisasm

bddisasm

v2.1.4#0Latest

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.

Install

Run the following Vcpkg command to install the port.

Usage

bddisasm provides CMake targets:

find_package(bddisasm CONFIG REQUIRED)

# Decoder library.

target_link_libraries(main PRIVATE bddisasm::bddisasm)

# Shellcode emulator library.

target_link_libraries(main PRIVATE bddisasm::bdshemu)

bddisasm provides pkg-config modules:

Dependencies

See source

Version

v2.1.4#0

Publication

Supports

!osx & !android

GitHub

bitdefender/bddisasm868

Homepage

github.com/bitdefender/bddisasm

Documentation

bddisasm.readthedocs.io/en/latest

Subtree

b3c870d4f7

License

Apache-2.0

Mainteners

  • Cristi Anichitei

Definition

Manifest