Skip to content

Commit

Permalink
markdown format for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 1, 2016
1 parent 271ea77 commit 3eb6eea
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Capstone [![Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=next)](https://travis-ci.org/aquynh/capstone)
Capstone Engine
===============

[![Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=next)](https://travis-ci.org/aquynh/capstone)

Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community.
Expand Down Expand Up @@ -35,22 +38,26 @@ Capstone offers some unparalleled features:
Further information is available at http://www.capstone-engine.org


[Compile]
Compile
-------

See COMPILE.TXT file for how to compile and install Capstone.


[Documentation]
Documentation
-------------

See docs/README for how to customize & program your own tools with Capstone.


[Hack]
Hack
----

See HACK.TXT file for the structure of the source code.


[License]
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.

0 comments on commit 3eb6eea

Please sign in to comment.