Skip to content

Commit

Permalink
Edited Top level readme
Browse files Browse the repository at this point in the history
  • Loading branch information
R3x committed Nov 1, 2018
1 parent d7da5d2 commit 4aa170a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

This Repository aims at giving a basic idea about Kernel Exploitation.

## Setup the environment

- Clone the repository to your system `git clone https://github.com/R3x/How2Kernel ~/How2Kernel`.
- Go to the folder containing the setup `cd ~/How2kernel`
- run setup.sh to setup the Lab and testing environment `./setup.sh`
- Start Hacking the kernel !!!

* Make sure there are no spaces in the path to the directory that you have cloned. This will cause errors while building.

## Labs

### Lab 1 - Intro to Kernel and Kernel Modules

This lab aims to give an idea about the kenrel and the kenrel space to the user.
We will try building some basic kernel modules and see their impact with the kernel.

## Takeaways

### Images
Expand Down

0 comments on commit 4aa170a

Please sign in to comment.