# pwnkernel **Repository Path**: delete_user/pwnkernel ## Basic Information - **Project Name**: pwnkernel - **Description**: Kernel development & exploitation practice environment. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pwn.college helper environment for kernel development and exploitation Pre-requistite: Building the kernel, busybox, and demo modules: ``` $ ./build.sh ``` Running the kernel: ``` $ ./launch.sh ``` All modules will be in `/`, ready to be `insmod`ed, and the host's home directory will be mounted as `/home/ctf` in the guest.