Repository navigation

#

DLL Injector

维基百科

DLL injection is a technique used in programming and hacking to run code within another process by injecting a dynamic-link library (DLL). This method is commonly utilized for legitimate purposes such as debugging, modifying functionalities, or enhancing features. However, it can also be misused for malicious purposes, such as creating unauthorized access to a system or application. Tools designed for DLL injection enable developers to test, analyze, and modify the behavior of a program without altering its original code. Understanding DLL injection and using it wisely can open doors to advanced programming possibilities and insights into software behavior.

Fumo Loader - All in one kernel-based DLL injector

C++
294
4 个月前

C# DLL Injection Library capable of injecting x86 DLLs to x86 process from x64 processes.

C#
163
1 年前

A simple commandline injector using classic DLL injection

C++
149
3 年前

DLL Injector (LoadLibrary) in C++ (x86 / x64) - LoadLibrary DLL injector

C++
139
2 年前

A DLL injector to inject .NET assemblies into a foreign .NET process.

C#
127
5 个月前

Inject shared libraries into running processes

Python
96
8 个月前

User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.

Assembly
87
3 年前

Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.

C#
63
9 个月前

CLI tool that can replace C# methods in .NET Core applications

C
62
4 个月前

RozDll by ROZBUD is a Powerful Reverse Engineering Tool that creates Hijacked DLLs and Standard Patchers. RozDll Is used In Software Verification And User Acceptance Testing (UAT). Please use it responsibly And within Legal Boundaries!

39
17 天前

🌈 injrs is a DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。

Rust
36
1 年前

DLL injector that uses LoadLibrary to inject a DLL into another process.

C++
34
3 年前

dll injection/hijack made fun

Nim
24
7 个月前