/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

hacks.esar.org.uk
| | ik0ri4n.de
7.2 parsecs away

Travel
| | [AI summary] A Google Capture The Flag 2023 blog post detailing solutions to binary reverse engineering and exploitation challenges involving crackmes and vulnerable parsers.
| | blog.lewman.com
7.8 parsecs away

Travel
| | TL;DR I finally found a few hours to setup 'secure boot' on...
| | sergioprado.blog
7.1 parsecs away

Travel
| | This article is going to be an introduction to embedded Linux security.
| | nathanchance.dev
26.7 parsecs away

Travel
| As a Linux kernel developer, I will often need to build and boot new kernels to hunt down issues or test new functionality for regressions. While it is possible to manually install these kernels on machines, it is easiest to use the distribution's package manager, as the kernel does not need to be built on the machine it is being installed on. With .deb and .rpm-based systems, it is easy to build a kernel package within the kernel source itself, using the bindeb-pkg and binrpm-pkg targets respectively. However, for Arch Linux, my distribution of choice, that is not so simple. Furthermore, when doing certain types of development, such as bisecting an issue, it is more convenient to do all the building in an actual source tree, rather than one that is managed ...