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 way of easily hooking imported functions and other system dlls #23

Open
monkeyman192 opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@monkeyman192
Copy link
Owner

Every application (basically) will have other dlls which are imported as part of them.
It would be useful to be able to hook the functions that these dlls expose so that we can allow mods to do something with these functions.
This should utilise the existing compound mod structures so that it works seamlessly across multiple coexisting mods

@monkeyman192 monkeyman192 added the enhancement New feature or request label Oct 10, 2024
@monkeyman192 monkeyman192 added this to the v0.2 milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant