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 build failures when compiling Cutter with Rizin's dev #3247

Merged
merged 5 commits into from
Sep 26, 2023
Merged

Commits on Sep 20, 2023

  1. Fix build failures when compiling Cutter with Rizin's dev

        * `rz_debug_stop` returns an `int`, so we cannot cast it to
          `RxConsBreak`, which is a typedef of a function signature
          returning `void`
        * `rz_debug_bp_add` siggnatue was recently modified, and thus Cutter
           couldn't build with the new signature
        * `rz_bin_object_get_imports` was also modified recently to return a
          `RzPVector`, thus it also needed to be updated in Cutter
    DMaroo committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9a96091 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update Rizin submodule to current dev

    DMaroo authored and XVilka committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    fdcab78 View commit details
    Browse the repository at this point in the history
  2. Update translations

    XVilka committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a01058e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f8430d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bdfd84 View commit details
    Browse the repository at this point in the history