An open API service indexing awesome lists of open source software.

https://github.com/rkx1209/kernel_exploit_world

Tutorial for writing kernel exploits
https://github.com/rkx1209/kernel_exploit_world

kernel-exploit linux-kernel tutorial

Last synced: 4 months ago
JSON representation

Tutorial for writing kernel exploits

Awesome Lists containing this project

README

          

# Kernel Exploit World
Tutorial for writing kernel exploits.
Used in the seccamp lecture.
This repository contains simple practices for writing kernel exploits.

![kexploitdog](img/kexploitdog.jpg)
## Contents
- Chap1. Kernel Stack Buffer Overflow
- Chap2. Linux Kernel Return Oriented Programming (ROP)
- Chap3. Linux Kernel Stackjacking
- Chap4. Towelroot

## Purpose
For education in my class.