Tim Roberts wrote:
I don't know the answer to this. Games tend to be straight-to-the-metal applications: they don't truck with a lot of filtering and intermediate DLLs. You might be able to use the debug APIs to watch for the loading of the DirectInput DLL and insert some manual hooks, but that's a pretty high level of guruness. Google for "api dll injection".

There is module for injection of *python* code in win32 apps.

http://security.opennet.ru/base/patches/1080837482_191.txt.html

HTH

Niki Spahiev
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to