Go to file
Félix Cloutier c488de3926 Merge branch 'next' of github.com:zneak/capstone into next
Conflicts were resolved by accepting every change from aquynh's repository.

Conflicts:
	bindings/java/capstone/Arm64_const.java
	bindings/java/capstone/Arm_const.java
	bindings/java/capstone/Mips_const.java
	bindings/java/capstone/Ppc_const.java
	bindings/java/capstone/Sparc_const.java
	bindings/java/capstone/Sysz_const.java
	bindings/java/capstone/X86_const.java
	bindings/java/capstone/Xcore_const.java
	bindings/ocaml/arm64_const.ml
	bindings/ocaml/arm_const.ml
	bindings/ocaml/mips_const.ml
	bindings/ocaml/ppc_const.ml
	bindings/ocaml/sparc_const.ml
	bindings/ocaml/sysz_const.ml
	bindings/ocaml/x86_const.ml
	bindings/ocaml/xcore_const.ml
	bindings/python/capstone/arm64_const.py
	bindings/python/capstone/arm_const.py
	bindings/python/capstone/mips_const.py
	bindings/python/capstone/ppc_const.py
	bindings/python/capstone/sparc_const.py
	bindings/python/capstone/sysz_const.py
	bindings/python/capstone/x86_const.py
	bindings/python/capstone/xcore_const.py
	include/capstone/arm.h
	include/capstone/arm64.h
	include/capstone/mips.h
	include/capstone/ppc.h
	include/capstone/sparc.h
	include/capstone/systemz.h
	include/capstone/x86.h
	include/capstone/xcore.h
	xcode/Capstone.xcodeproj/project.pbxproj
2015-03-03 23:07:46 -05:00
arch Silencing Clang warning about losing precision 2015-03-04 11:26:49 +08:00
bindings python: fix Version of PKG-INFO.win 2015-02-28 09:30:15 +08:00
contrib vsnprintf fix 2014-06-02 21:48:30 +08:00
docs docs: add a link to online doc of cs_disasm_iter() 2014-10-13 07:27:16 +08:00
include/capstone Merge branch 'next' of https://github.com/radare/capstone into test2 2015-02-28 08:29:21 +08:00
msvc capstone_dll gets also statically linked to the CRT now 2015-02-06 09:22:22 +08:00
packages package: update Brew formula (copied from upstream) 2015-02-24 20:49:47 +08:00
suite suite: fix a MSVC warning 2015-02-25 18:12:10 +08:00
tests Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00
xcode Updated header files location in Xcode project 2015-03-03 23:02:38 -05:00
.gitignore Merge branch 'next' of github.com:zneak/capstone into next 2015-03-03 23:07:46 -05:00
CMakeLists.txt CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME 2015-02-04 10:34:18 +08:00
COMPILE.TXT add some missing header files into COMPILE.TXT 2015-02-11 10:30:21 +08:00
COMPILE_CMAKE.TXT python: setup.py builds Windows core with cmake in release mode 2015-02-04 10:34:06 +08:00
COMPILE_MSVC.TXT added CAPSTONE_X86_ATT_DISABLE_NO to VS projects, readmes 2014-08-17 21:07:13 +02:00
CREDITS.TXT update CREDITS.TXT 2015-02-24 23:33:04 +08:00
ChangeLog python: distribute msvcr120.dll for Windows installer 2015-02-04 10:33:55 +08:00
HACK.TXT Fix utf8-art 2014-11-01 22:14:13 +01:00
LEB128.h Disassembler -> Disassembly 2014-04-29 11:21:04 +08:00
LICENSE.TXT a a newline to LICENSE.TXT 2014-02-20 17:08:28 +08:00
LICENSE_LLVM.TXT initial import 2013-11-27 12:11:31 +08:00
MANIFEST.in Updated setup.py so it can build the capstone library by itself. 2014-11-15 22:15:12 +01:00
MCDisassembler.h Disassembler -> Disassembly 2014-04-29 11:21:04 +08:00
MCFixedLenDisassembler.h Disassembler -> Disassembly 2014-04-29 11:21:04 +08:00
MCInst.c arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 2015-01-21 20:03:21 +08:00
MCInst.h Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00
MCInstrDesc.c Disassembler -> Disassembly 2014-04-29 11:21:04 +08:00
MCInstrDesc.h Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00
MCRegisterInfo.c Disassembler -> Disassembly. also delete an orphaned file 2014-05-08 22:54:58 +08:00
MCRegisterInfo.h Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00
Makefile Merge branch 'makesh' of https://github.com/radare/capstone into test3 2015-03-03 11:36:29 +08:00
MathExtras.h arm64: update core. this added a lot more details to cs_arm64_op struct 2014-08-25 16:47:12 +08:00
README update README 2014-10-21 12:04:38 +08:00
RELEASE_NOTES python: distribute msvcr120.dll for Windows installer 2015-02-04 10:33:55 +08:00
SStream.c arm64: set absolute (rather than relative) address B/BL. issue reported by Pancake 2014-12-12 22:06:06 +08:00
SStream.h arm64: set absolute (rather than relative) address B/BL. issue reported by Pancake 2014-12-12 22:06:06 +08:00
TODO update TODO 2014-10-28 14:14:30 +08:00
config.mk renamed CAPSTONE_NO_ATT to CAPSTONE_X86_ATT_DISABLE, added options to makefile, cmake, compile.txt 2014-08-17 20:59:05 +02:00
cs.c Silencing Clang warning bys casting values 2015-03-04 11:26:27 +08:00
cs_priv.h Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00
functions.mk Makefile: put common functions into functions.mk 2014-05-01 22:53:52 +08:00
inttypes.h * Fixed bug in Thumb2 pop caused by me incorrectly assuming that 2014-10-23 12:04:23 -04:00
make.sh Honor HOMEBREW_CAPSTONE (should be deprecated) 2015-03-02 10:55:55 +01:00
pkgconfig.mk bump version to 4.0 2014-12-26 23:14:53 +08:00
utils.c fix more MSVC warnings 2014-08-26 15:57:04 +08:00
utils.h Make pkg-config and source consistent with installation 2015-02-24 05:03:04 +01:00

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), Mips, PPC, Sparc,
  SystemZ, 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 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.

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