Version 3.0.1-RC1

January 5, 2015

We are pleased to announce the Release Candidate 1 of version 3.0.1 of Capstone disassembly framework!

The source code is available in zip and tar.gz formats, or at tagname 3.0.1-rc1 in our Github repo.

Please test and feed back via our contact.

NOTE

  • Do use the Python bindings come with this version, as this fixed some important issues in version 3.0.

    For Java/Ocaml/Python bindings, see respective README files under bindings/ directory in the source on how to do fresh-install.


Summary of the important changes of version 3.0.1-RC1 (see Changelog for more details):

  • Bug fixes for X86, Arm, Arm64 & PowerPC.

  • X86 engine now can handle better some tricky X86 code.

  • Fixed some memory leaking & NULL memory access issues for Python bindings.