Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Feb 25, 2014
1 parent 143759d commit 1cbe4c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
CAPSTONE_ARCHS =

# Comment out the line below if you don't want to support ARM
CAPSTONE_ARCHS += arm
#CAPSTONE_ARCHS += arm

# Comment out the line below if you don't want to support ARM64
CAPSTONE_ARCHS += aarch64
#CAPSTONE_ARCHS += aarch64

# Comment out the line below if you don't want to support Mips
CAPSTONE_ARCHS += mips
#CAPSTONE_ARCHS += mips

# Comment out the line below if you don't want to support PowerPC
CAPSTONE_ARCHS += powerpc
#CAPSTONE_ARCHS += powerpc

# Comment out the line below if you don't want to support Intel (16/32/64-bit)
CAPSTONE_ARCHS += x86
Expand Down
10 changes: 5 additions & 5 deletions docs/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Documention of Capstone disassembly framework.

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

* Programming with C language, see:
* Programming with C language.

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

* Programming with Python language, see:
* Programming with Python language.

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

* Programming with Java language, see:
* Programming with Java language.

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

* Build compact engine with only selected architectures, see:
* Build compact engine with only selected architectures.

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

* Build "diet" engine for even smaller libraries, see:
* Build "diet" engine for even smaller libraries.

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

Expand Down

0 comments on commit 1cbe4c6

Please sign in to comment.