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

(win, python >= 3.10) Fix symbol address resolution #672

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 13, 2024

  1. (win, python >= 3.10) Fix symbol address resolution

    For PE images we use file offsets to calculate symbol addresses in
    memory. However PE loader uses RVAs (relative virtual addresses)
    instead, so the current approach breaks for newer python releases.
    
    This change tweaks windows symbol address resolution to rely on RVAs
    instead of file offsets.
    akhramov committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5596f94 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. clippy fixes

    akhramov committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    67477ae View commit details
    Browse the repository at this point in the history