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

Fix Python bindings after changes to cs_detail #2041

Merged
merged 3 commits into from
Jun 9, 2023

Commits on Jun 5, 2023

  1. Fix Python Bindings after changes to cs_detail

    capstone-engine#2034 changed the `regs_read` array size and added a new `writeback`
    element to the cs_detail struct.
    
    Those changes weren't reflected in the Python bindings causing details
    to be missing.
    peace-maker committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d17307e View commit details
    Browse the repository at this point in the history
  2. Fix TriCore Python bindings

    The structs were out of sync and were missing a few elements.
    
    The `update_flags` element wasn't exposed at all.
    peace-maker committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dc7d2be View commit details
    Browse the repository at this point in the history
  3. Fix RISCV Python bindings

    The structs had changed and the `need_effective_addr` element wasn't exposed.
    peace-maker committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1da1cbf View commit details
    Browse the repository at this point in the history