Skip to content

Commit

Permalink
add ChangeLog file, and rename some documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 15, 2014
1 parent edeeb04 commit 8282dc6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This file details the changelog of Capstone.


[Version 2.0]: upcoming

- See changelog at https://github.com/aquynh/capstone/wiki/ChangeLog


[Version 1.0]: December 18th, 2013

- Initial public release.

4 changes: 2 additions & 2 deletions HACK → HACK.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Capstone source is organized as followings.


. <- core engine + README + COMPILE etc
. <- core engine + README + COMPILE.TXT etc
├── arch <- code handling disasm engine for each arch
│   ├── AArch64 <- ARM64 (aka ARMv8) engine
│   ├── ARM <- ARM engine
Expand All @@ -17,7 +17,7 @@ Capstone source is organized as followings.
├── tests <- Test code (in C language)


Follow COMPILE to see how to compile and run code.
Follow instructions in COMPILE.TXT to see how to compile and run code.

Note: if you find some strange bugs, it is recommended to firstly clean
the code and try to recompile/reinstall again. This can be done with:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Further information is available at http://www.capstone-engine.org

[Compile]

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


[Status]
Expand All @@ -45,7 +45,7 @@ refer to the corresponding git repositories.

[Hack]

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


[License]
Expand Down

0 comments on commit 8282dc6

Please sign in to comment.