Explore >> Select a destination


You are here

bdach.github.io
| | pentestlab.blog
4.2 parsecs away

Travel
| | DLL Proxy Loading is a technique which an arbitrary DLL exports the same functions as the legitimate DLL and forwards the calls to the legitimate DLL in an attempt to not disrupt the execution flow so the binary is executed as normal. The technique falls under the category of DLL Hijacking and it is typically...
| | openpunk.com
4.6 parsecs away

Travel
| | Recently I faced a rather intimidating problem while working on a project. The problem was fairly simple from an objective point of view: "How do I load a DLL into a process on startup?" Now you might be wondering, "Why not just patch the IAT (import address table) on the executable and force it to load your payload DLL??" Yes! That was my exact thoughts too, however for reasons I'll explain it wasn't that simple.
| | wsummerhill.github.io
3.8 parsecs away

Travel
| | Malware Development Introduction (aka Malware Dev 101), Part 1
| | wsummerhill.github.io
27.3 parsecs away

Travel
| Malware Development Introduction (aka Malware Dev 101), Part 2 - Evasion Basics