I wanted to hook the WinApi funktion CreateFile, CloseHandle, ReadFile and WriteFile to decode a device protocol. So I searched for a hooking library in the internet. Unfortunately the only good one for c++ was detour from Mircrosoft which was free only for x86 non comercial use. As my laptop runs with a x64 Windows Vista this was no option for me. So I found easyhook, a c# hooking library. It was quite easy to achive the first success with it, but then I had a few small problems for which I want to describe the solutions here.
Continue reading
Monthly Archives: September 2009
Keys per minute plugin for pidgin
Some time ago I’ve created a plugin for pidgin which counts the keystrokes per minute while you are typing a message and displays the value. It also creates a small statistic over it.
Source (Linux & Windows) + Binaries (Windows only): keysperminute.zip
Pidgin AlienFX-Notification Plugin
I just finished my AlienFX-Notfication plugin for pidgin. It notifies the user of a new message by using the leds provided by an alienfx device.
Currently only the version for the Alienware Mx15x Laptop model is aviable as I lack the information for the other laptops and pc’s.
Update: I managed to fix the bug which sometimes caused the AlienFX-Device to crash.
Download: Continue reading