/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

kel.bz
| | xcellerator.github.io
2.3 parsecs away

Travel
| | Learning about Linux rootkits is a great way to learn more about how the kernel works. What's great about it is that, unless you really understand what the kernel is doing, your rootkit is unlikely to work, so it serves as a fantasic verifier. In the FreeBSD world, you can find Joseph Kong's amazing book Designing BSD Rootkits. It was written in 2009, so is actually pretty outdated - which means that you have to do quite a bit of research to get the sample progras to work on modern FreeBSD.
| | debugging.works
1.6 parsecs away

Travel
| | describes how to debug a Linux Kernel Module
| | xenophanes.net
3.5 parsecs away

Travel
| | [AI summary] The provided text is a detailed guide on creating a Linux kernel module that implements a character device with ioctl functionality. It walks through the process of setting up the module, defining the device structure, implementing open and release functions, adding ioctl support for adding two integers, and includes test code for user-space interaction. The guide also mentions additional resources for learning about Linux device drivers.
| | wweb.dev
16.2 parsecs away

Travel
| In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome...