Click here to Skip to main content
15,899,679 members
Articles / Security / Cryptography

Inject DLL in Another Process using C++ Win32 Windows API

Rate me:
Please Sign up or sign in to vote.
4.58/5 (9 votes)
20 Dec 2023CPOL4 min read 18.7K   396   36  
C++, Win32 API - Injecting DLL in a process
An injection attack can be used to add or remove information from a data stream. There are different injection attacks such as SQL injection, XML injection, DLL injection. This article explains DLL injection using C++ and Win32 Windows API.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
C++ Data Security Developer and Visual C++ programmer.

Comments and Discussions