Update README.md

This commit is contained in:
Jolan Rathelot 2024-04-16 19:17:35 +02:00
parent 8cebcb6a91
commit eebc66b063

View File

@ -4,6 +4,10 @@
>
> Use of this project is for **Educational / Testing purposes only**. Using it on **unauthorised machines** is **strictly forbidden**. If somebody is found to use it for **illegal / malicious intent**, author of the repo will **not** be held responsible.
> **Note**
>
> This Module has only been tested on Linux Kernel version 6.8.0. It should be compatable with most other versions.
Drivers and Interrupts is a 42 Linux Kernel Module Project written in C where you have to code a Linux Kernel keylogger.
@ -25,10 +29,6 @@ make rule_install
>
> Only compatable on systems where udev is installed.
> **Note**
>
> This Module has only been tested on Linux Kernel version 6.8.0. It should be compatable with most other versions.
> **Note**
>
> The Makefile was configured for Linux Kernels that are compiled using the LLVM toolkit.