Explore >> Select a destination


You are here

blog.koehntopp.info
| | 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.
| | 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.
| | codeinthehole.com
23.9 parsecs away

Travel
| Two tips for better debugging of Bash scripts.