/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

nathanchance.dev
| | scorpiosoftware.net
3.5 parsecs away

Travel
| | In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...
| | albocoder.github.io
2.7 parsecs away

Travel
| | [AI summary] This blog post details the process of using static analysis with LLVM bitcode to identify the slab cache for kernel objects in the Linux kernel.
| | xakcop.com
3.6 parsecs away

Travel
| | [AI summary] A detailed guide on debugging a Linux kernel bug related to HID devices using VMware and GDB for remote kernel debugging.
| | 0xboku.com
15.4 parsecs away

Travel
| [AI summary] This blog post discusses the process of modifying a TCP reverse shell shellcode to remove null characters, enabling its injection into host programs, and demonstrates its successful execution.