soevielofficial / dll-injector

a technique used in computer programming to inject or load a dynamic-link library (DLL) into the address space of a running process. very simple code for VirtualAllocEx, CreateRemoteThread & LoadLibrary Injecting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DLL Injector

About

This project is free to borrow, modify, copy, use the functions written in the project, and so on.

If you have problems with the source code, you can contact me @Discord

About

a technique used in computer programming to inject or load a dynamic-link library (DLL) into the address space of a running process. very simple code for VirtualAllocEx, CreateRemoteThread & LoadLibrary Injecting.


Languages

Language:C++ 100.0%