Explore >> Select a destination


You are here

pbrisbin.com
| | bijanebrahimi.github.io
5.0 parsecs away

Travel
| | [AI summary] The post explains how to implement privileged separated processes in Unix using socketpair for inter-process communication and discusses security implications.
| | venam.net
5.9 parsecs away

Travel
| | You check your processes and see some hanging around with a weird status and using no resources. You don't know if you should remove them or not. Then you try removing them and it doesn't work. In this episode we're going to discuss zombie processes.
| | cpu.land
6.7 parsecs away

Travel
| | Curious exactly what happens when you run a program on your computer? Learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables.
| | openpunk.com
18.8 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.