Skip to content

Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.

License

Notifications You must be signed in to change notification settings

UoB-HPC/capstone

This branch is 4 commits ahead of, 27 commits behind capstone-engine/capstone:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

18a2f43 · Oct 10, 2024
Feb 21, 2020
May 30, 2020
May 9, 2019
Sep 3, 2020
Aug 30, 2019
Nov 4, 2020
Jul 20, 2018
Jul 20, 2018
Mar 11, 2019
Feb 27, 2019
May 9, 2019
Apr 12, 2016
Jul 20, 2018
Mar 14, 2016
Jan 14, 2018
Jul 26, 2019
Jan 2, 2020
Oct 27, 2020
Dec 26, 2019
Jan 4, 2020
Mar 24, 2020
Feb 11, 2019
Jan 10, 2019
Feb 1, 2019
Jun 2, 2018
Feb 20, 2014
Nov 27, 2013
Mar 4, 2015
Mar 4, 2015
Sep 16, 2020
Jan 22, 2019
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
Jul 20, 2018
May 4, 2020
Jun 3, 2018
Oct 10, 2024
Jan 10, 2019
Jan 10, 2019
Jul 20, 2018
Jul 20, 2018
Mar 11, 2015
Jul 19, 2020
Apr 29, 2019
Dec 6, 2018
Mar 18, 2019
Jul 20, 2018
May 1, 2014
Jul 26, 2019
Apr 29, 2019
Jan 9, 2019
Sep 17, 2018
Sep 17, 2018

Repository files navigation

Capstone Engine

Build Status Build status pypi package pypi downloads

WARNING: When updating this Capstone repo for updating SimEng, the latest upstream Capstone version MUST be on a new discrete branch; i.e. next-SIMENG-VERSION or next-CAPSTONE-VERSION. If this isn't done then all previous versions of SimEng will cease to work.

Do not delete or update the following branches:

  • next used for SimEng versions 0.9.4 -> 0.9.6
  • next-update used for SimEng versions 0.9.7+

Capstone README:

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), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64).

  • 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 bindings for D, Clojure, F#, Common Lisp, Visual Basic, PHP, PowerShell, Emacs, Haskell, Perl, Python, Ruby, C#, NodeJS, Java, GO, C++, OCaml, Lua, Rust, Delphi, Free Pascal & Vala (ready either 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.

  • High performance & suitable for malware analysis (capable of handling various X86 malware tricks).

  • 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.

Documentation

See docs/README for how to customize & program your own tools with Capstone.

Hack

See HACK.TXT file for the structure 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: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.2%
  • C# 2.8%
  • Java 2.0%
  • Python 1.8%
  • OCaml 1.2%
  • C++ 0.9%
  • Other 1.1%