monkeyman192/pyMHF

Implement way of easily hooking imported functions and other system dlls

Opened this issue · 0 comments

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