Linux Is an Interpreter
Summary
The article explores Linux as an interpreter for initrds, analyzing a malware-like payload that recursively boots new kernels via kexec. It decodes a 20 MB base64 script into a ramdisk and kernel, demonstrates an init script that repackages the system, and discusses binfmt interpretation and quines to illustrate how interpreters can nest interpreters in Linux.