Skip to content

b4shz/Hello-world-LKM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello-world-LKM

LKM to display a simple message in the kernel log.

Compile and Load:

root@kali:~# git clone https://github.com/b4sh0x1/Hello-world-LKM
root@kali:~# cd Hello-world-LKM
root@kali:~# make
root@kali:~# insmod hello.ko
root@kali:~# tail -n2 /var/log/kern.log

To remove:

root@kali:~# rmmod hello.ko
root@kali:~# tail -n2 /var/log/kern.log

About

lkm to display a simple message in the kernel log.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published