capstone 3.0.4-0.1 source package in Ubuntu

Changelog

capstone (3.0.4-0.1) unstable; urgency=medium

  * Non-maintainer upload
  * New upstream version
  * Fixed watch file
  * Removed orig-tar script since the non-free header file
    (osxkernel_inttypes.h) is gone.

 -- Hilko Bengen <email address hidden>  Sat, 25 Jul 2015 14:53:53 +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

Downloads

File Size SHA-256 Checksum
capstone_3.0.4-0.1.dsc 2.0 KiB 202e83f5aab54ff6e23752782ac8194dce6db337c5a6e81ada4a1ad49c49a5ac
capstone_3.0.4.orig.tar.gz 2.7 MiB 5d6dadf5864c56f8de66c66088fa68e849d0bff6577865a4f81b6f23112b14f2
capstone_3.0.4-0.1.debian.tar.xz 6.1 KiB 67eca9bf218e133f5f1fc7c0f2c1aa4eb0449e6c76e3968e9eb517ec1f0204a6

Available diffs

No changes file available.

Binary packages built by this source

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.

libcapstone3: No summary available for libcapstone3 in ubuntu wily.

No description available for libcapstone3 in ubuntu wily.

libcapstone3-dbgsym: debug symbols for package libcapstone3

 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.

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.