Building a Kernel for Debugging/Exploit Development
Installing the Target Kernel
Grab the kernel source code and headers from github and the apt package manager
# update the packages
sudo apt update
# Install the following packages so that all essential components for kernel
sudo apt install -y \
lin...
ripp3rdoc.hashnode.dev4 min read