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.
Windows API in assembly using MinGW assembler
I have written a series of articles about Windows api using MinGW assembler. Will update the series with new concepts as and when I get time to explore. Enough concepts and examples are presented in that series sufficient to write moderately complex applications in assembly language using MinGW assembler. There is an interesting application which [...]