Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 3, 2014
1 parent e6c378e commit b0b7308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Version 2.1
- New API disasm_lite() added to Cs class. This light API only returns tuples of
(address, size, mnemonic, op_str), rather than list of CsInsn objects. This
improves performance by around 30% in some benchmarks.
- New API cs_version_bind() returns binding's version, which might
differ from the core's API version if binding is out-of-date.
- New API cs_version_bind() returns binding's version, which might differ from
the core's API version if the binding is out-of-date.
- Fixed some memory leaking bugs for Cython binding.
- Fix a bug crashing Cython code when accessing @regs_read/regs_write/groups.
- Support diet mode.
Expand Down
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Capstone offers some unparalleled features:

- Thread-safe by design.

- Special support for embedding into firmware or OS kernel.

- Distributed under the open source BSD license.

Further information is available at http://www.capstone-engine.org
Expand Down

0 comments on commit b0b7308

Please sign in to comment.