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

Migrate back to using imports for most functions #27

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Conversation

jchv
Copy link
Collaborator

@jchv jchv commented Jul 23, 2024

Slipstream was simplified by having an entirely empty import table for the slipstreamable module. Slipstream is gone though, so we can go back to just using the import table for most things. The only exception is that we still want to use GetProcAddress when doing patching. (Though, in the future, we'll need to be mindful of the fact that Win9x GetProcAddress will return a debug thunk when the program is running under a debugger. We can either manually traverse the PE exports or parse the address out of the thunk to fix this.)

@jchv jchv merged commit cd03b62 into master Jul 23, 2024
6 checks passed
@jchv jchv deleted the use-imports branch July 23, 2024 01:00
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.

1 participant