/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

blog.koehntopp.info
| | cpu.land
3.2 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.
| | mutur4.github.io
2.8 parsecs away

Travel
| | Process Injection is a defense evasion technique that is often employed within malware and entails a method of executing arbitrary code in the address space of a separate live process, therefore, allowing access to the process's memory, system resources and possibly network resources.
| | jameshfisher.com
2.7 parsecs away

Travel
| | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id.
| | fribbledom.com
18.0 parsecs away

Travel
|