XenonRecomp/thirdparty/capstone
2024-09-07 18:15:29 +06:00
..
.github Initial Commit 2024-09-07 18:15:29 +06:00
.reuse Initial Commit 2024-09-07 18:15:29 +06:00
arch Initial Commit 2024-09-07 18:15:29 +06:00
bindings Initial Commit 2024-09-07 18:15:29 +06:00
contrib Initial Commit 2024-09-07 18:15:29 +06:00
cstool Initial Commit 2024-09-07 18:15:29 +06:00
docs Initial Commit 2024-09-07 18:15:29 +06:00
include Initial Commit 2024-09-07 18:15:29 +06:00
LICENSES Initial Commit 2024-09-07 18:15:29 +06:00
msvc Initial Commit 2024-09-07 18:15:29 +06:00
suite Initial Commit 2024-09-07 18:15:29 +06:00
tests Initial Commit 2024-09-07 18:15:29 +06:00
windows Initial Commit 2024-09-07 18:15:29 +06:00
windowsce Initial Commit 2024-09-07 18:15:29 +06:00
xcode Initial Commit 2024-09-07 18:15:29 +06:00
.appveyor.yml Initial Commit 2024-09-07 18:15:29 +06:00
.clang-format Initial Commit 2024-09-07 18:15:29 +06:00
.editorconfig Initial Commit 2024-09-07 18:15:29 +06:00
.gitattributes Initial Commit 2024-09-07 18:15:29 +06:00
.gitignore Initial Commit 2024-09-07 18:15:29 +06:00
.gitmodules Initial Commit 2024-09-07 18:15:29 +06:00
.travis.yml Initial Commit 2024-09-07 18:15:29 +06:00
capstone-config.cmake.in Initial Commit 2024-09-07 18:15:29 +06:00
capstone.pc.in Initial Commit 2024-09-07 18:15:29 +06:00
ChangeLog Initial Commit 2024-09-07 18:15:29 +06:00
cmake.sh Initial Commit 2024-09-07 18:15:29 +06:00
cmake_uninstall.cmake.in Initial Commit 2024-09-07 18:15:29 +06:00
CMakeLists.txt Initial Commit 2024-09-07 18:15:29 +06:00
CMakePresets.json Initial Commit 2024-09-07 18:15:29 +06:00
COMPILE_CMAKE.TXT Initial Commit 2024-09-07 18:15:29 +06:00
COMPILE_MAKE.TXT Initial Commit 2024-09-07 18:15:29 +06:00
COMPILE_MSVC.TXT Initial Commit 2024-09-07 18:15:29 +06:00
config.mk Initial Commit 2024-09-07 18:15:29 +06:00
CREDITS.TXT Initial Commit 2024-09-07 18:15:29 +06:00
cs.c Initial Commit 2024-09-07 18:15:29 +06:00
cs_priv.h Initial Commit 2024-09-07 18:15:29 +06:00
cs_simple_types.h Initial Commit 2024-09-07 18:15:29 +06:00
functions.mk Initial Commit 2024-09-07 18:15:29 +06:00
HACK.TXT Initial Commit 2024-09-07 18:15:29 +06:00
LEB128.h Initial Commit 2024-09-07 18:15:29 +06:00
make.sh Initial Commit 2024-09-07 18:15:29 +06:00
Makefile Initial Commit 2024-09-07 18:15:29 +06:00
Mapping.c Initial Commit 2024-09-07 18:15:29 +06:00
Mapping.h Initial Commit 2024-09-07 18:15:29 +06:00
MathExtras.h Initial Commit 2024-09-07 18:15:29 +06:00
MCDisassembler.h Initial Commit 2024-09-07 18:15:29 +06:00
MCFixedLenDisassembler.h Initial Commit 2024-09-07 18:15:29 +06:00
MCInst.c Initial Commit 2024-09-07 18:15:29 +06:00
MCInst.h Initial Commit 2024-09-07 18:15:29 +06:00
MCInstPrinter.c Initial Commit 2024-09-07 18:15:29 +06:00
MCInstPrinter.h Initial Commit 2024-09-07 18:15:29 +06:00
MCInstrDesc.c Initial Commit 2024-09-07 18:15:29 +06:00
MCInstrDesc.h Initial Commit 2024-09-07 18:15:29 +06:00
MCRegisterInfo.c Initial Commit 2024-09-07 18:15:29 +06:00
MCRegisterInfo.h Initial Commit 2024-09-07 18:15:29 +06:00
nmake.bat Initial Commit 2024-09-07 18:15:29 +06:00
pkgconfig.mk Initial Commit 2024-09-07 18:15:29 +06:00
README.md Initial Commit 2024-09-07 18:15:29 +06:00
RELEASE_NOTES Initial Commit 2024-09-07 18:15:29 +06:00
run-clang-tidy.sh Initial Commit 2024-09-07 18:15:29 +06:00
SPONSORS.TXT Initial Commit 2024-09-07 18:15:29 +06:00
SStream.c Initial Commit 2024-09-07 18:15:29 +06:00
SStream.h Initial Commit 2024-09-07 18:15:29 +06:00
utils.c Initial Commit 2024-09-07 18:15:29 +06:00
utils.h Initial Commit 2024-09-07 18:15:29 +06:00

Capstone Engine

Build status pypi package pypi downloads oss-fuzz Status

Tip

Welcome to join our community group!

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, AArch64, Alpha, BPF, Ethereum VM, LoongArch, HP PA-RISC (HPPA), M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86 (16, 32, 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 Swift, 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 https://www.capstone-engine.org

Compile

See COMPILE_CMAKE.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.

Fuzz

See suite/fuzz/README.md for more information.

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.