The Wayback Machine - https://web.archive.org/web/20170929083749/http://www.codeguru.com:80/cpp/w-p/dll/

Latest DLL Articles

Easy way to set up global API hooks

Discover an easy way to set up system-wide global API hooks using AppInit_DLLs registry key for DLL injection and Mhook library for API hooking. To illustrate this technique we will show how to easily hide calc.exe from the list of running processes.

Create MySQL 5.1 Storage Engine Plugins Under Win32

A MySQL Storage engine requires functions that MySQL provides. Therefore, you normally need to link it into mysqld-core under Windows because mysqld.exe doesn't export all required functions (because it's an .exe, not a .dll). So, you're unable to import the required functions in our Plugin. Learn a possible way to circumvent this limitation by using the .map files that are provided with MySQL.

Latest CodeGuru Developer Columns

Top White Papers and Webcasts

  • In today's world of connecting mainframes ("Big Iron") to "Big Data" for advanced business analytics, mainframes are connected to mobile and Internet of Things (IoT) devices, clouds, and other open systems, and therefore subject to external attacks just like distributed systems. At the same time, mainframes are also subject to internal attacks such as employee's malicious intents or negligence. Read this eBook to learn how machine learning can help to secure mainframe systems and improve operational …

  • Learn which Mobile Development Platforms scored the highest in the current Forrester Wave. This report details the research findings about how well vendors fulfilled the 32 criteria to help you select the right partner for your mobile development platform needs. Download a free copy of the report compliments of Kinvey, a Progress company.

Most Popular Programming Stories

More for Developers

RSS Feeds

Thanks for your registration, follow us on our social networks to keep up-to-date