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 x64 crash: memory addresses are 64 bit integers #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 25, 2024

  1. Fix x64 crash: memory addresses are 64 bit integers

    If the application is built as a 64-bit application, using Scan0.ToInt32() will cause a "Arithmetic operation resulted in an overflow" exception when converting a 64-bit memory address to 32-bit integer
    FoxyDingo authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b56e9dd View commit details
    Browse the repository at this point in the history