Skip to content

Commit 36f21b9

Browse files
committed
feat: Create topic page for dll-injector
1 parent e03ba47 commit 36f21b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/dll-injector/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: dll-injector, dll-injection-tool
3+
display_name: DLL Injector
4+
topic: dll-injector
5+
related: process-injection, code-injection, software-development
6+
short_description: A method or tool used to inject or run code within another process by means of a dynamic-link library (DLL).
7+
wikipedia_url: https://en.wikipedia.org/wiki/DLL_injection
8+
---
9+
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.

0 commit comments

Comments
 (0)