Category: Malware Development
-
Hijacking DLLs with DLL Proxying
Need a quick and easy way to have your malicious code ran without the user ever knowing? Want it to be run with elevated privileges? Let me introduce you to DLL Proxying. A DLL is a file that contains pre-written code that can be used by different applications so developers do not have to rewrite…
