Skip to content

6.0.0-Alpha7

Latest

Choose a tag to compare

@Rot127 Rot127 released this 16 Feb 13:18
· 5 commits to next since this release
6.0.0-Alpha7
2db2061

Highlights

RISC-V

This release contains the highly awaited RISC-V module update.
Because RISC-V is in such active development the changes compared to the old module are enormous.

Please check out the RISC-V summary in the release guide for an overview.
We expect it to have some bugs so we are grateful for reports!

Capstone 32 bit builds

Capstone is now build and tested on several 32 bit architectures, including i686 Windows.

Consistent error reporting of CS_ERR_MEM

Fix possible NULL-pointer dereferences for out of memory events.
Capstone's API will now always return CS_ERR_MEM if allocations fail.

x86-64: Decoding of conflicting segment overrides was changed to match CPU behavior.

Please see the x86-64 section in the release guide for details.

What's Changed

New Contributors

Full Changelog: 6.0.0-Alpha6...6.0.0-Alpha7