Comments with a political tinge?
Posted by Steve Hanna on June 21st, 2007 filed in Technical Tags: code, device driverToday I continued on with my windows kernel driver development. I found myself creating kernel threads to process the work items another part of my kernel hooks produced. I was commenting my code and I found my own joke hilarious. Maybe you will too. Or maybe you’ll think I am an idiot, but hey, you are the one who’s reading my blog because apparently there is nothing better to do. Which I find next to impossible, nearly anything is better than reading my blog. But alas, I like to entertain the internet stalker types.
HANDLE threadWorker;
...
NTSTATUS drvUnload(PDRIVER_OBJECT DriverObject)
{
...
//decimate the proletariat!!!11
ZwClose(threadWorker);
...
}
Get it? Okay, I am ashamed. Back to work.
PS. Arcade Fire is amazing.








Leave a Comment