capstone/docs
Nguyen Anh Quynh 1dce9c203a docs: add X86-reduce link 2014-03-27 11:45:28 +08:00
..
README docs: add X86-reduce link 2014-03-27 11:45:28 +08:00

README

Documention of Capstone disassembly framework.

* Switching to 2.1 engine.

	http://capstone-engine.org/version_2.1_API.html

* How to compile & install Capstone.

	http://capstone-engine.org/documentation.html

* Programming with C language.

	http://capstone-engine.org/lang_c.html

* Programming with Python language.

	http://capstone-engine.org/lang_python.html

* Programming with Java language.

	http://capstone-engine.org/lang_java.html

* Build compact engine with only selected architectures.

	http://capstone-engine.org/compile.html

* Build "diet" engine for even smaller libraries.

	http://capstone-engine.org/diet.html

* Build embedded engine for firmware/OS kernel.

	http://capstone-engine.org/embed.html

* Build X86-reduce engine for firmware/OS kernel.

    http://capstone-engine.org/x86reduce.html