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

Implement entrypoint hijacking for argument passing #28

Merged
merged 11 commits into from
Apr 14, 2024

Conversation

TheNNX
Copy link
Contributor

@TheNNX TheNNX commented Apr 13, 2024

See #25

This pull request implements entrypoint patching by COREDLL to pass appropriate function arguments to it.
The entrypoint patching is disabled for ARM targets, because I don't know ARM assembly, and as such, can't write the intercepting stub.

@TheNNX TheNNX marked this pull request as ready for review April 14, 2024 17:34
@TheNNX TheNNX changed the title [DRAFT] Implement entrypoint hijacking for argument passing Implement entrypoint hijacking for argument passing Apr 14, 2024
@dz333n dz333n merged commit 22efc0b into dz333n:master Apr 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants