Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARM] Update to Capstone v6/auto-sync #3591

Closed
wants to merge 53 commits into from
Closed

Conversation

Rot127
Copy link
Member

@Rot127 Rot127 commented Jun 19, 2023

Your checklist for this pull request

  • I've read the guidelines for contributing to this repository
  • 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)

Detailed description

Updates the ARM modules to Capstone's v6/auto-sync version.

Depends on: capstone-engine/capstone#1949

Test plan

All green

Closing issues

...

@XVilka
Copy link
Member

XVilka commented Jun 20, 2023

  1. Please resolve conflicts
  2. Ideally we should reduce the amount of BROKEN tests to zero (that were added after the capstone update)

@XVilka
Copy link
Member

XVilka commented Jun 27, 2023

@Rot127 there are a lot of similar issues with the same error: [rizin: ../subprojects/capstone-auto-sync-arm/arch/ARM/ARMGenAsmWriter.inc:12377: getRegisterName: Assertion RegNo && RegNo < 296 && "Invalid register number!"' failed.`

@XVilka
Copy link
Member

XVilka commented Jul 4, 2023

Should this use capstone-ng as a base instead?
See:

@Rot127 Rot127 changed the base branch from dev to capstone-ng July 4, 2023 09:29
@github-actions github-actions bot removed documentation Improvements or additions to documentation infrastructure API RzAsm-Disassembler labels Jul 4, 2023
@Rot127 Rot127 marked this pull request as ready for review July 4, 2023 21:49
Copy link
Member

@XVilka XVilka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks much cleaner now, it's great!
A lot of tests failed at Windows though: https://ci.appveyor.com/project/rizinorg/rizin/builds/47465331/job/8i6ykhf360gn4d74

meson.build Outdated Show resolved Hide resolved
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 6, 2023
@Rot127
Copy link
Member Author

Rot127 commented Sep 20, 2023

Closed in favor of #3648

@Rot127 Rot127 closed this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants