Skip to content

Releases: capstone-engine/capstone

6.0.0-Alpha4

14 Apr 11:01
895f2f2
Compare
Choose a tag to compare

What's Changed

  • Fix wrong version requirement of tricore instructions by @Changqing-JING in #2620
  • Python bindings: Switch to ubuntu-24.04-arm runner image by @Antelox in #2625
  • Build Tarball before DEB/RPM package. by @Rot127 in #2627
  • Add aliases mapping for MIPS & test for id, alias_id by @wargio in #2635
  • Add checks for MIPS details on cstest_py by @wargio in #2640
  • Give the user some guidance where to add missing enumeration values. by @Rot127 in #2639
  • Python bindings: sdist creation fix + relative test by @Antelox in #2624
  • cmake: Fix building capstone as sub-project by @imphil in #2629
  • Update operand type enums of all arch modules to the one in capstone.h by @Rot127 in #2633
  • Enhance shift value and types of shift instructions. by @Rot127 in #2638
  • Fix #2643 by @Rot127 in #2645
  • Tms32c64x Little Endian by @Rot127 in #2648
  • Add call group to svc, smc and hvc. by @Rot127 in #2651
  • Decode BH field in print_insn_detail_ppc by @hainest in #2662
  • Remove undefined constants in riscv_const.py (#2660) by @Asphaltt in #2661
  • Stringify BH fields when printing ppc details by @hainest in #2663
  • MIPS: Fix MIPS16 decoding, wrong flags and ghost registers by @wargio in #2665
  • Add a script to compare the inc file content with the lastest generated ones. by @Rot127 in #2667
  • Mips32r6_64r632 is for both mips32r6 and mips64r6 by @wargio in #2673
  • Fix nanoMIPS decoding of jalrc by @wargio in #2672
  • Revert "Add a script to compare the inc file content with the lastest generated ones." by @Rot127 in #2678
  • Add workflow for building on Windows by @stevenjoezhang in #2675
  • Update read/written registers for x87 comparison instructions by @hainest in #2680
  • Version: Update to v6.0.0-alpha4 by @kabeor in #2682
  • Build PDB for debugging on Windows by @stevenjoezhang in #2685

New Contributors

Full Changelog: 6.0.0-Alpha3...6.0.0-Alpha4

Version 5.0.6

23 Mar 15:49
accf4df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.5...5.0.6

Version 6.0.0-Alpha3

28 Jan 17:04
8ac2843
Compare
Choose a tag to compare

Highlights

Architecture modules

  • New ARC module (by @R33v0LT, sponsored by RizinOrg).
  • BPF was update based on RFC 9669 and other sources (by @Roeegg2).
  • Added support for TriCore 1.8 (by @Changqing-JING).
  • Update and fixes to EVM (by @andelf)
  • PPC update to LLVM 18 (adding a few new instructions).

Others

  • Add many more Python wheels for different architecture/OS combinations (by @Antelox).
  • Provide deb and rpm packages (by @AndrewQuijano).
  • Handful of bug fixes and improvements (see below).

What's Changed

New Contributors

Full Changelog: 6.0.0-Alpha2...6.0.0-Alpha3

Version 5.0.5

17 Jan 02:25
5526125
Compare
Choose a tag to compare

What's Changed

  • Fix code missing issue in v5.0.4

What's Changed in v5.0.4

Full Changelog: 5.0.3...5.0.4

Version 5.0.4

16 Jan 04:24
acf11d8
Compare
Choose a tag to compare
Version 5.0.4 Pre-release
Pre-release

What's Changed

Full Changelog: 5.0.3...5.0.4

Version 6.0.0-Alpha2

24 Nov 16:25
66b0843
Compare
Choose a tag to compare
Version 6.0.0-Alpha2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 6.0.0-Alpha1...6.0.0-Alpha2

Version 6.0.0-Alpha1

30 Sep 15:19
97db712
Compare
Choose a tag to compare

With the v6 release we added a new update mechanism called Auto-Sync. This is a huge step for Capstone, because it allows for easy module updates, easier addition of new architectures, easy features addition and guarantees less faulty disassembly.

This release adds a huge amount of new architectures, extensions, bug fixes and quality of life improvements.

Almost all the work was sponsored by RizinOrg. This release would have simply not happened without them.

The developers with the biggest contributions were (alphabetically):

There are also multiple smaller additions

And of course there were many more improvements done by other contributors, which add to the release just as the ones above. For a full list of all the developers, please see the below.

With all that said, we hope you enjoy the new release!

Breaking Changes

  • ARM64 was renamed to AArch64 everywhere (compatibility header is provided).
  • SysZ was renamed to SystemZ everywhere (compatibility header is provided).
  • Changes happened especially to the PPC, ARM and AArch64 API, as well as changes to enumeration values and stucts.
    Please be sure to read the release guide carefully!
    You can find all the breaking changes and justifications for them!

What's New

  • LoongArch, HPPA and Alpha support added.
  • AArch64, SystemZ and Mips updated to LLVM 18.
  • NanoMips extension added.
  • ARM and PPC updated to LLVM 16.
  • Exotic PPC PairedSingle extension added.
  • Instruction formats for PPC, SystemZ and LoongArch added.
  • Instruction alias support added.
  • RISCV operand access information added.
  • Testing was rewritten from scratch.
  • All tests are run with the address sanitizer.
  • Several improvements to the API of the ARM, AArch64 and PPC modules.

For an exhaustive list, see the release guide at https://github.com/capstone-engine/capstone/blob/next/docs/cs_v6_release_guide.md

  • Thank you @FinnWilkinson for testing the AArch64 module and its extensions so thoroughly.

What's Changed

Read more

Version 5.0.3

20 Aug 15:05
5cca005
Compare
Choose a tag to compare

Highlight

  • This release mainly fixes a series of issues with python wheel in the previous version.

What's Changed

  • [v5] Updates and fixes to the Python wheel builder workflow by @Rot127 in #2440
  • Relocatable package v5 by @mrexodia in #2447
  • [v5] Wheel build fixes: manylinux1, trigger upload on release, Linux AArch64 by @Rot127 in #2443

Full Changelog: 5.0.2...5.0.3

Version 5.0.2

12 Aug 07:42
eb5b24b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...5.0.2

Version 5.0.1

23 Aug 01:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0...5.0.1