/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.codeproject.com
| | openpunk.com
3.0 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.2 parsecs away

Travel
| | Malware Development Introduction (aka Malware Dev 101), Part 1
| | blog.ropnop.com
1.4 parsecs away

Travel
| | Write up of my journey figuring out how to host the CLR and execute .NET assemblies from memory in pure Go.
| | cocomelonc.github.io
9.1 parsecs away

Travel
| [AI summary] A technical tutorial explaining how to implement API hooking on Windows using C and DLLs to intercept and modify function calls.