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

windows: Use RW/RX permissions for injection #513

Merged
merged 1 commit into from
May 13, 2024

Commits on May 13, 2024

  1. windows: Use RW/RX permissions for injection

    - Use a dedicated memory page for the injected code.
    - Use RW permissions when writing the injected code and data.
    - Switch the code page to RX permissions after writing.
    
    This makes Frida injection compatible with more software. In particular,
    Mozilla Firefox rejects thread startup if the start address is RWX.
    yjugl authored and oleavr committed May 13, 2024
    Configuration menu
    Copy the full SHA
    50a40c8 View commit details
    Browse the repository at this point in the history