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
- Host: GitHub
- URL: https://github.com/rkx1209/kernel_exploit_world
- Owner: RKX1209
- License: apache-2.0
- Created: 2017-06-14T14:48:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T22:37:35.000Z (about 8 years ago)
- Last Synced: 2024-12-19T07:07:14.544Z (about 1 year ago)
- Topics: kernel-exploit, linux-kernel, tutorial
- Language: C
- Size: 49.8 KB
- Stars: 250
- Watchers: 17
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.