You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
arch v811_spc009_project 4 months ago
bindings v811_spc009_project 4 months ago
contrib v811_spc009_project 4 months ago
cstool v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
include v811_spc009_project 4 months ago
msvc v811_spc009_project 4 months ago
packages v811_spc009_project 4 months ago
suite v811_spc009_project 4 months ago
tests v811_spc009_project 4 months ago
windows v811_spc009_project 4 months ago
windowsce v811_spc009_project 4 months ago
xcode v811_spc009_project 4 months ago
.appveyor.yml v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
COMPILE.TXT v811_spc009_project 4 months ago
COMPILE_CMAKE.TXT v811_spc009_project 4 months ago
COMPILE_MSVC.TXT v811_spc009_project 4 months ago
CREDITS.TXT v811_spc009_project 4 months ago
ChangeLog v811_spc009_project 4 months ago
HACK.TXT v811_spc009_project 4 months ago
LEB128.h v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
LICENSE.TXT v811_spc009_project 4 months ago
LICENSE_LLVM.TXT v811_spc009_project 4 months ago
MCDisassembler.h v811_spc009_project 4 months ago
MCFixedLenDisassembler.h v811_spc009_project 4 months ago
MCInst.c v811_spc009_project 4 months ago
MCInst.h v811_spc009_project 4 months ago
MCInstrDesc.c v811_spc009_project 4 months ago
MCInstrDesc.h v811_spc009_project 4 months ago
MCRegisterInfo.c v811_spc009_project 4 months ago
MCRegisterInfo.h v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
Makefile v811_spc009_project 4 months ago
MathExtras.h v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
RELEASE_NOTES v811_spc009_project 4 months ago
SPONSORS.TXT v811_spc009_project 4 months ago
SStream.c v811_spc009_project 4 months ago
SStream.h v811_spc009_project 4 months ago
TODO v811_spc009_project 4 months ago
capstone.pc.in v811_spc009_project 4 months ago
cmake.sh v811_spc009_project 4 months ago
config.mk v811_spc009_project 4 months ago
cs.c v811_spc009_project 4 months ago
cs_priv.h v811_spc009_project 4 months ago
functions.mk v811_spc009_project 4 months ago
make.sh v811_spc009_project 4 months ago
nmake.bat v811_spc009_project 4 months ago
pkgconfig.mk v811_spc009_project 4 months ago
utils.c v811_spc009_project 4 months ago
utils.h v811_spc009_project 4 months ago

README.md

Capstone Engine

Build Status Build status pypi package pypi downloads

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.