medium
Single Answer
0Pete uses a technique that injects code into memory used by another process to allow him to control what the host program does. What is this technique called for Windows dynamically linked libraries?
Answer Options
A
WinBuff attacks
B
DLL injection
C
A SYRINGE attack
D
A memory traversal attack
Correct Answer: B
Explanation
DLL injection forces a process to load and run code from a dynamically linked library (DLL) that was not originally used by the application or software. This can be used to modify behaviors of the program or to perform malicious actions through the application. WinBuff, SYRINGE, and memory traversal were all made up for this question.