Home > C/C++, Programming and Scripting, win32 > DLL Injection Class

DLL Injection Class

January 25th, 2009

After posting some information about calling an exported function from a previously injected dynamic link library, I decided to release my DLL injection class for C++. The class only uses low level win32 API calls.

Click here for the source file and click here for the header file. In case you would like to see a test project click here for a rar package.

This class is written and tested in Windows XP. You need at least Windows 2000 to use this class. In order to check if the system meets the operating system requirements you might use the GetVersion/GetVersionEx function from the win32 API.

The class is released under BSD license. In case you like it or experience problems please leave me a comment.

C/C++, Programming and Scripting, win32 , , , , , , , , , , ,

  1. January 26th, 2009 at 14:12 | #1

    nice job jonge!

  2. March 25th, 2009 at 00:31 | #2

    h

  3. October 1st, 2022 at 20:49 | #3
  4. October 1st, 2022 at 20:50 | #4
  1. No trackbacks yet.