libcapstone3

Lightweight multi-architecture disassembly framework - library
  http://www.capstone-engine.org/
  0
  no reviews



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.