Explore >> Select a destination


You are here

albocoder.github.io
| | debugging.works
2.6 parsecs away

Travel
| | describes how to debug a Linux Kernel Module
| | muffsec.com
1.7 parsecs away

Travel
| | [AI summary] This post provides instructions for compiling and debugging a Linux kernel using QEMU and GDB, including steps to build the kernel, create an OS image, and set up a wrapper script for virtual machine execution.
| | williamdurand.fr
1.8 parsecs away

Travel
| | CVE-2016-0728 has been disclosed earlier this week and it is a serious security issue. The vulnerability affects most of the Linux kernel versions (3.8 and above). Although the exploit seems tricky to successfully use, it is still a flaw that has to be patched ASAP.
| | alexene.dev
20.0 parsecs away

Travel
| In part 1 we have learned how to set up WebAssembly VM to run a simple rust program that can add two numbers and print the result to stdout. In part 2 we will go over Debugging and Binary size.