rizin
rizin copied to clipboard
Capstone v6 update (without Mips)
Your checklist for this pull request
- [x] I've read the guidelines for contributing to this repository
- [x] I made sure to follow the project's coding style
- [ ] I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why.
- [ ] I've added tests that prove my fix is effective or that my feature works (if possible)
- [ ] I've updated the rizin book with the relevant information (if needed)
Depends on: https://github.com/capstone-engine/capstone/pull/2501
Detailed description
Bumps Capstone version to newest Capstone next (beyond first v6-Alpha1).
Changes:
- Fixes leaks
- Fixes build and change to AArch64 and SystemZ compatibility headers.
- Marks M68k test as broken (see commit message).
- Fix AArch64 and SystemZ tests
- Handle
op.size == 0for x86 IL ops
TODO:
- Run with CS tests
Test plan
All green
Closing issues
...