capstone 4.0.2-5ubuntu1 source package in Ubuntu

Changelog

capstone (4.0.2-5ubuntu1) noble; urgency=medium

  * Avoid the use of distutils completely,
    not available in Python 3.12, see #1059671

 -- Graham Inggs <email address hidden>  Thu, 01 Feb 2024 18:50:31 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 3.3 MiB 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
capstone_4.0.2-5ubuntu1.debian.tar.xz 8.9 KiB 0373edf0745c25f76ad79b3a6a8d789df82d35d60efb58f0c6f1e101111277fd
capstone_4.0.2-5ubuntu1.dsc 2.2 KiB 2cac4ea0973dbfbe5d656693e6b56c777302777a68dd1248f692d7ae2a24257e

View changes file

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.