Skip to content

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.

Notifications You must be signed in to change notification settings

hsebs/capstone

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2014
Oct 10, 2014
Jun 2, 2014
Oct 12, 2014
Oct 12, 2014
Aug 30, 2014
Oct 2, 2014
Oct 1, 2014
Oct 12, 2014
Oct 3, 2014
Oct 12, 2014
Oct 10, 2014
Oct 6, 2014
Sep 20, 2014
Aug 17, 2014
Oct 6, 2014
Apr 1, 2014
May 31, 2014
Apr 29, 2014
Feb 20, 2014
Nov 27, 2013
Apr 29, 2014
Apr 29, 2014
Jun 25, 2014
Jun 25, 2014
Apr 29, 2014
Aug 13, 2014
May 8, 2014
May 15, 2014
Oct 2, 2014
Aug 25, 2014
Jun 16, 2014
Oct 1, 2014
Oct 2, 2014
Aug 25, 2014
Oct 1, 2014
Aug 17, 2014
Oct 12, 2014
Jul 8, 2014
May 1, 2014
Sep 21, 2014
Jul 22, 2014
Aug 13, 2014
Aug 26, 2014
Aug 26, 2014

Repository files navigation

Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community.

Created by Nguyen Anh Quynh, then developed and maintained by a small community,
Capstone offers some unparalleled features:

- Support multiple hardware architectures: ARM, ARM64 (ARMv8), Mips, PPC, Sparc,
  SystemZ, XCore and X86.

- Having clean/simple/lightweight/intuitive architecture-neutral API.

- Provide details on disassembled instruction (called “decomposer” by others).

- Provide semantics of the disassembled instruction, such as list of implicit
  registers read & written.

- Implemented in pure C language, with lightweight wrappers for C++, C#, Go,
  Java, NodeJS, Ocaml, Python, Ruby & Vala ready (available in main code,
  or provided externally by the community).

- Native support for all popular platforms: Windows, Mac OSX, iOS, Android,
  Linux, *BSD, Solaris, etc.

- Thread-safe by design.

- Special support for embedding into firmware or OS kernel.

- Distributed under the open source BSD license.

Further information is available at http://www.capstone-engine.org


[Compile]

See COMPILE.TXT file for how to compile and install Capstone.


[Hack]

See HACK.TXT file for the structuture of the source code.


[License]

This project is released under the BSD license. If you redistribute the binary
or source code of Capstone, please attach file LICENSE.TXT with your products.

About

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.5%
  • C++ 10.4%
  • C# 4.6%
  • Python 2.1%
  • Java 1.2%
  • OCaml 0.7%
  • Other 0.5%