Skip to content

Commit 5d86d10

Browse files
authored
Merge pull request #3864 from bmbkr/main
feat: Create topic page for `dll-injector`
2 parents e9ca289 + 8d7cc69 commit 5d86d10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

topics/dll-injector/index.md

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