For those who hate the nostalgia.
Please not to be reading body.
(5 comments, 1033 words in story)
Full Story
Boring Laptop Upgrade Diary
By
anonimouse (Fri Nov 17, 2006 at 07:33:09 AM EST)
laptops,
upgrade,
nerd,
geek,
no sex (
all tags)
A geeky diary....
(10 comments, 288 words in story)
Full Story
Creating a shim DLL on Microsoft Windows
By
Rogerborg (Sat Feb 18, 2006 at 12:55:21 PM EST)
1337,
virginity,
nerd (
all tags)
Pip pip, chums. Ever wanted to replace some functionality in a Windows system DLL with your own, for purposes noble or nefarious? One way to do it is with a shim DLL, that looks and acts like the real thing but which you can hook your own functionality into on a function by function basis. Enclosed is some C++ source that will create a shim DLL for any arbitrary DLL, replicating all of its exported functions, and (by default) calling straight through to the real system DLL.
(34 comments, 997 words in story)
Full Story