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

Use blocksize to determine size for rz_cmd_disassembly_n_bytes_handler() #4714

Merged
merged 3 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. Use blocksize to determine size for rz_cmd_disassembly_n_bytes_handler()

    Commands like pD are accepts optional argument, but
    rz_cmd_disassembly_n_bytes_handler() requires it. Add current core->blocksize
    as failback to help calculating correct size.
    winterheart committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0e5359b View commit details
    Browse the repository at this point in the history
  2. Use ut64

    wargio authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b4c65e5 View commit details
    Browse the repository at this point in the history
  3. Cast to ut64

    wargio authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    867c7c6 View commit details
    Browse the repository at this point in the history