DLL injection

Mashuk Raza 20 Reputation points
2024-06-05T05:39:02.6933333+00:00

Hello Team,

I want to know one thing that if application install in program file or program files x86 directory. And to perform dll injection I have to inject malicious dll in program file or program files X86. I tested from both admin access as well as normal access.

through normal access I was not able write dll in program files but through admin access i was able to performed dll injection. so can we consider it is dll injection or not.

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,838 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 43,051 Reputation points
    2024-06-05T07:06:59.1833333+00:00

    Typically, the phrase "Dll injection" is used to mean programmatically loading your dll into a running process. An example of injection would be using a windows hook to load a dll into a process.

    The phrase "Dll hijack" is used to mean finding a way to have the victim application load your dll instead of the correct binary. Copying your dll into an application folder to replace the original binary would be a hijack.