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

proc: adds pointer pinning to call injection #3787

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

Commits on Sep 15, 2024

  1. proc: adds pointer pinning to call injection

    This commit adds a new mode to call injection. If the runtime.debugPinner
    function is available in the target executable it obtains a pinner by
    calling it and then uses it to pin the pointers in the results of call
    injection.
    
    This allows the code for call injection to be refactored to execute the
    calls in the normal order, since it doesn't need to be concerned with having
    space on the target's memory to store intermediate values.
    
    Updates go-delve#3310
    aarzilli committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    93bdc6d View commit details
    Browse the repository at this point in the history