
No End to DLL Hell! | Dr Dobb's
Sep 2, 2010 · No End to DLL Hell! By Stefan Worthmuller, September 02, 2010 DLL Hell is back on the Windows programming scene -- and with a vengence
DLL Hooking - Dr. Dobb's
Jan 6, 2004 · This is actually one of the reasons we’ve all suffered from the notorious “DLL Hell” over the years—Windows would blindly load an older (or newer) version of a DLL than what …
Faster DLL, Load! Load! | Dr Dobb's
Mar 10, 2004 · Inside of every DLL is a base address—the memory address where the chunk of executable code will start. For executables, the default address is 0x400000, while for DLLs it …
Detecting Man in the Middle Attacks with DNS - Dr Dobb's
Detecting Man in the Middle Attacks with DNS. By Jason Coombs, December 18, 2003 Build a dynamic URL generator in C# that singles out MITM attackers by detecting multiple IP address …
C# Versus Java | Dr Dobb's
Microsoft describes C# ("C sharp") as a "simple, modern, object-oriented, and type-safe programming language derived from C and C++." That statement would apply equally well to …
Calling C Library DLLs from C# - Dr. Dobb's
Oct 1, 2005 · Calling C Library DLLs from C#. By Shah Datardina, October 01, 2005 Need to utilize legacy software? Here are techniques for calling unmanaged code written in C from C#.
Writing Your Own Install and Uninstall Code | Dr Dobb's
Dec 1, 2003 · WriteResourceToFile accesses the binary resource so that it can recreate the DLL on disk. The Windows Resource APIs provide a pointer to the raw data. SelfDelete recreates …
ISAPI Proxy Filters for IIS | Dr Dobb's
Oct 1, 2002 · Mike shows a workaround that uses a custom ISAPI DLL as a "proxy" DLL for a vendor's ISAPI filter to make these mixed environments work. October 2002/ISAPI Proxy …
The Windows CE Emulator - Dr. Dobb's
Mar 1, 1999 · For example, the retail version of the MFC DLL is named Mfcce20.dll, while the debug version picks up an extra "d" in its name (for "debug"), mfcce20d.dll. The same applies …
Windows NT System-Call Hooking | Dr Dobb's - Dr. Dobb's Journal
Jan 1, 1997 · Windows NT System-Call Hooking. By Mark Russinovich and Bryce Cogswell, January 01, 1997 Mark and Bryce present the design and implementation of NTRegmon, a …