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

Remove the size limit for memory read and write #1799

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on Mar 14, 2023

  1. Remove the size limit for memory read and write

    Eliminate the maximum size restriction for uc_mem_read and uc_mem_write. This
    change is required to support applications, such as LLVM CFI, that map or unmap
    memory blocks with sizes equal to or greater than INT_MAX.
    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7c0520f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb6adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4833375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7eb4ba View commit details
    Browse the repository at this point in the history
  5. Update MockBinding.fs

    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6e87abf View commit details
    Browse the repository at this point in the history
  6. Update Arm.fs

    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    939e4c7 View commit details
    Browse the repository at this point in the history
  7. Update Unicorn.fs

    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    cc9466e View commit details
    Browse the repository at this point in the history
  8. Update Common.fs

    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    271755e View commit details
    Browse the repository at this point in the history
  9. Update uc.c

    secretnonempty authored and Junfeng Yang committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a612996 View commit details
    Browse the repository at this point in the history
  10. Update stale.yml

    secretnonempty committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d3f6e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update ChangeLog

    secretnonempty authored and Junfeng Yang committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    15d0434 View commit details
    Browse the repository at this point in the history