The following C project contains the C source code and C examples used for cbnotepad. This sample demonstrates how to inject a DLL into a remote process using CreateRemoteThread. Specifically, this application adds a toolbar to the Windows Notepad application. This program will work on Windows NT, 2000 and XP.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
readme.txt | 3170 |
screenshot.jpg | 22805 |
Compile-LCC-WIN32.bat | 831 |
Compile-MSVC.bat | 876 |
dll_cmdids.c | 2764 |
dll_main.c | 5510 |
dll_rsrc.h | 807 |
dll_rsrc.rc | 1391 |
dll_tbicons.bmp | 758 |
dll_toolbar.c | 7515 |
launch_icon.ico | 9662 |
launch_main.c | 6463 |
launch_rsrc.rc | 1337 |