Skip to content

Commit

Permalink
Modified Dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
R3x committed Oct 31, 2018
1 parent 38aa21b commit 6ea3272
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Lab1/modules/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Modules in Lab 1

Lab 1 will cover some of the basic modules and the concepts behind it.

## Module 1 -


## Module 2 -


## Module 3 -
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

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

## Lab 1 - Intro to Kernel and Kernel Modules
## 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

There are a couple of precomplied images in the images folder which can be used with qemu.

### Qemu Scripts

There are some example scripts made for debugging the kernel with qemu.
3 changes: 3 additions & 0 deletions images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Images

The images are here are precompiled and ready to use. You can use the description to find your pick of the above.

0 comments on commit 6ea3272

Please sign in to comment.