Explore >> Select a destination


You are here

muffsec.com
| | pwning.systems
1.8 parsecs away

Travel
| | Following up on my first blog post, I've received a few requests to write about setting up a debugging environment; however, since everybody uses different emulators and so on, I'll mainly focus on which config options are useful! You must first obtain the kernel sources for your preferred version before you can set up a kernel suitable for debugging. We'll have to decompress it after that. # use your preferred version $ wget https://git.
| | tthtlc.wordpress.com
0.4 parsecs away

Travel
| | How to use QEMU to run a VM client, assuming that the kernel have kvm enabled and running? a. create rootfs image as your OS file image, with all the general GNU/Linux utilities: This is how I create the rootfs for Xenial (I copied and modified from Syzkaller project), using the debootstrap command mainly, but...
| | offlinemark.com
0.8 parsecs away

Travel
| | Here is everything you need to know to set up a minimal Linux kernel dev environment on Ubuntu 20.04. It works great on small VPS instances, is optimized for a fast development cycle, and allows you to run custom binaries to exercise the specific kernel functionality being developed. Step 1:
| | box.matto.nl
19.1 parsecs away

Travel
| [AI summary] The article details the process of installing and configuring FreeBSD 11 on a Raspberry Pi, including hardware requirements, image flashing, network setup, timezone configuration, and SSH security settings.