2008-02-09 leet E-MaXXX (!)
I did my laundry and washed the curtains. You can tell how interesting my day was when the first thing I write is that I did my laundry. What I did with the rest of the day is neither exciting for ordinary (non-nerdy) people, nor completed at this point: I implemented a key logger and started learning to use emacs. That's an editor that has been around long enough to be completely functional without a mouse of a window, even. There's nothing you cannot do with emacs, they say.
The key logger is going to use global keyboard hooks. Since .NET doesn't allow global hooks, I was forced to go back to C++. Also, the callback method needs to reside in a DLL. I haven't figured out all the nasty details yet, but when I do I'll post it on my other blog.

No comments:
Post a Comment