Explore >> Select a destination


You are here

petermolnar.net
| | www.tecmint.com
43.8 parsecs away

Travel
| | This article, explains how to create a centralized log server with Rsyslog to monitor log files and observe the clients health status or debug client's issues.
| | www.claudiokuenzler.com
10.8 parsecs away

Travel
| | ck :: yet another tech-blog
| | blog.florentdelannoy.com
14.2 parsecs away

Travel
| | Florent Delannoy's blog
| | openpunk.com
115.5 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.