MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / add_callback_to_module

Function add_callback_to_module

windows/hooks.py:34–35  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

32
33
34def add_callback_to_module(callback):
35 setattr(sys.modules[__name__], type(callback).__name__, callback)
36
37# Generate IATCallback decorator for all known functions
38

Callers 1

hooks.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected