capstone 3.0.4-0.2 source package in Ubuntu

Changelog

capstone (3.0.4-0.2) unstable; urgency=medium

  * Non-maintainer upload
  * Make python-capstone depend on libcapstone3 (Closes: #797870)

 -- Hilko Bengen <email address hidden>  Sat, 05 Sep 2015 11:39:10 +0200

Upload details

Uploaded by:
David Martínez Moreno
Uploaded to:
Sid
Original maintainer:
David Martínez Moreno
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
capstone_3.0.4-0.2.dsc 2.0 KiB 060cad25cfbd794586dfde3d7d079cf48eeb122fac6c55d8133b8265cc0c7bfa
capstone_3.0.4.orig.tar.gz 2.7 MiB 5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
capstone_3.0.4-0.2.debian.tar.xz 6.2 KiB ec2ecc59bb5b78e749b3228858c5dff47971cfcd399f4a82c2c14b9f4764b154

Available diffs

No changes file available.

Binary packages built by this source

libcapstone-dev: No summary available for libcapstone-dev in ubuntu yakkety.

No description available for libcapstone-dev in ubuntu yakkety.

libcapstone3: 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.

libcapstone3-dbgsym: No summary available for libcapstone3-dbgsym in ubuntu yakkety.

No description available for libcapstone3-dbgsym in ubuntu yakkety.

python-capstone: lightweight multi-architecture disassembly framework - Python bindings

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