[python-win32] Help on using win32api.SendMessage to send keystrokes

Niki Spahiev niki at vintech.bg
Wed Apr 6 09:26:48 CEST 2005


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


More information about the Python-win32 mailing list