capstone 4.0.2-5 source package in Ubuntu

Changelog

capstone (4.0.2-5) unstable; urgency=medium

  * Team upload.
  * Remove root build requirement
  * Add bindnow hardening flag
  * Bring back hardening patch since dpkg-buildflags puts -DFORTIFY_SOURCE into
    CPPFLAGS

 -- Hilko Bengen <email address hidden>  Sat, 25 Dec 2021 17:44:03 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
capstone_4.0.2-5.dsc 2.1 KiB 29f42b7c5070a89b3a2bcc814eee60abd0e1ba67097f5ff433b49ab2c92fd06b
capstone_4.0.2.orig.tar.gz 3.3 MiB 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
capstone_4.0.2-5.debian.tar.xz 8.6 KiB 7d5331dbb89da04ca5d89c916b8d9629a2e54fbbd2742cbb048897619f07a302

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.