T3xt 2 l33t

Lovely program to convert text strings into zomg 1337.


Read the rest of this entry »

Posted in Win32 C++. Tags: , , . 1 Comment »

Beginner Driver Programming

Haha, finally time to write another blog. I’ve been having too much fun messing around in kernel mode and getting random BSOD’s because I messed something up.

Anyway, this blog will teach you the very basics of writing kernel mode drivers for windows 2000 / XP.

Note: Kernel-Mode Drivers will NOT work on Windows Vista because of it’s security!

//=====================
// Writing a driver for windows
//=====================
Read the rest of this entry »