capstone 4.0.2-5.1 source package in Ubuntu

Changelog

capstone (4.0.2-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Remove vestigial distutils.sysconfig import (Closes: #1059671)

 -- Timo Röhling <email address hidden>  Tue, 20 Feb 2024 21:30:13 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
capstone_4.0.2-5.1.dsc 2.1 KiB 75e6949cab8cb64e7d2ad5abca92a46cc964b657b808793cf908df67b3cf6c2d
capstone_4.0.2.orig.tar.gz 3.3 MiB 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
capstone_4.0.2-5.1.debian.tar.xz 8.7 KiB eb994397efbc5d0169385599f996f8539b836a99af8fa7b1a2103202933326fc

No changes file available.

Binary packages built by this source

capstone-tool: lightweight multi-architecture disassembly framework - command line tool

 Capstone is a lightweight multi-platform, multi-architecture disassembly
 framework.
 .
 This package contains cstool, a command-line tool to disassemble
 hexadecimal strings.

capstone-tool-dbgsym: debug symbols for capstone-tool
libcapstone-dev: lightweight multi-architecture disassembly framework - devel files

 Capstone is a lightweight multi-platform, multi-architecture disassembly
 framework.
 .
 These are the development headers and libraries.

libcapstone4: lightweight multi-architecture disassembly framework - library

 Capstone is a lightweight multi-platform, multi-architecture disassembly
 framework.
 .
 Features:
  - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC &
 Intel.
  - Clean/simple/lightweight/intuitive architecture-neutral API.
  - Provide details on disassembled instructions (called "decomposer" by some
 others).
  - Provide some semantics of the disassembled instruction, such as list of
 implicit registers read & written.
  - Implemented in pure C language, with bindings for Java, OCaml and Python
 ready to use and Ruby, C#, GO & Vala available on git repos.
  - Native support for Windows & *nix (with OS X, Linux, *BSD & Solaris
 confirmed).
  - Thread-safe by design.
  - Special support for embedding into firmware or OS kernel.
  - Distributed under the open source BSD license.

libcapstone4-dbgsym: debug symbols for libcapstone4
python3-capstone: lightweight multi-architecture disassembly framework - Python bindings

 Capstone is a lightweight multi-platform, multi-architecture disassembly
 framework.
 .
 These are the Python 3 bindings.