posts
Posts
How a VM Actually Boots in 125 Milliseconds
The full chain from x86's broken virtualization model to a Linux VM booting in 125ms: VT-x, KVM, QEMU, VirtIO, MicroVMs, Firecracker, and UFFD explained.
eBPF Security Programming: Beyond Hello World
Complete guide to eBPF security programming with C and libbpf. Compare BCC vs libbpf vs bpftrace
Using pip to Run Malicious Commands
Discover how attackers exploit pip to run malicious commands during Python package installation. Learn techniques for prevention, detection, and secure package management.