Pine DamianFixing VMware Kernel Module Updater Issue on LinuxRecently, I ran into an issue with my VMware Workstation Pro 17 after updating my Linux kernel. If you’re like me and rely on VMware…Oct 15
Aditya PatnaikLinux Kernel Module — In Tree vs Out of Tree BuildLinux drivers are essential pieces of software that allow the Linux operating system to communicate with specific hardware devices. They…Apr 181
Tamas FoldiHiding injected modules and TracePid on ARM64 LinuxHow to use kernel modules to hide your tracers and debuggersSep 14Sep 14
Emanuele SantiniA complete guide to sysfs — Part 1: introduction to kobjectSysfs, a critical component of the Linux kernel, provides a dynamic and intuitive interface to kernel data structures. This guide is…Jan 17Jan 17
Pine DamianFixing VMware Kernel Module Updater Issue on LinuxRecently, I ran into an issue with my VMware Workstation Pro 17 after updating my Linux kernel. If you’re like me and rely on VMware…Oct 15
Aditya PatnaikLinux Kernel Module — In Tree vs Out of Tree BuildLinux drivers are essential pieces of software that allow the Linux operating system to communicate with specific hardware devices. They…Apr 181
Tamas FoldiHiding injected modules and TracePid on ARM64 LinuxHow to use kernel modules to hide your tracers and debuggersSep 14
Emanuele SantiniA complete guide to sysfs — Part 1: introduction to kobjectSysfs, a critical component of the Linux kernel, provides a dynamic and intuitive interface to kernel data structures. This guide is…Jan 17
InDVT Software EngineeringbyRuan de BruynHow to write your first Linux Kernel ModuleThe Kernel is perhaps the most ubiquitous piece of software around. Show your appreciation by writing a hello world application for it!Jan 29, 20212
CiccaLoadable Kernel Module AddictHi, today I’m going to write about lkm for you, from how to make a hello world to how to make an lkm rootkit. If you like this article…Jul 4
Bharath ReddyWriting a simple hello world kernel module on Linux(Ubuntu)Install build-essential and relevant linux headers packages. These are mandatory packages required for kernel module development. These can…Sep 19, 2021