Anti-Keylogger program
I was brainstorming a program which would assist in catching any kind of keylogger no matter what method they used, my idea was to just have a program emulate keypresses as fast as it can, my question is if I just create a normal window and use the send key command on this window will the keylogger still detect the keystrokes even though there is no actual input area?
oh this helps decide wether or not you have a keylogger running by overloading the poor little keylogger >
what you look for (and I'll probably have my program graph this for you) is changes in your HDD's size, and also monitor the ram usage of your programs, any sudden increase in either of these stats would represent the pressence of a keylogger.
In C, you merely shoot yourself in the foot.
In C++, you accidentally create a dozen instances of yourself and shoot them all in the foot. Providing emergency medical care is impossible, because you can't tell which are bitwise copies and which are just pointing at others and saying, "That's me, over there."