WingsZeng / pwnkernel

Kernel development & exploitation practice environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 insmoded, and the host's home directory will be mounted as /home/ctf in the guest.

About

Kernel development & exploitation practice environment.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 62.6%Language:Shell 35.1%Language:Makefile 2.4%