|
You are here |
blog.koehntopp.info | ||
| | | | |
mutur4.github.io
|
|
| | | | | 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
|
|
| | | | | `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
|
|
| | | | | 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
|
|
| | | Two tips for better debugging of Bash scripts. | ||