Programming

Yet another keylogger implementation

It was almost 2 years ago I first wrote a keylogger application in C (MinGW). It was a good learning experience as I was totally a noob to windows programming. That time it was meant for a dark purpose so it was functional but not really efficient. Last month I have written the keylogger application [...]

PE File format

Understanding PE file format is a must for any serious windows programmer. Of course, it goes without saying that any reverse-engineering exercise will not be meaningful without a firm grip on PE format. I have created an easy-to-understand template which really helps in recollecting or understanding the format itself. You can get this from here.