https://github.com/nibalizer/in-kernel-lulzing
Kernel character device driver for lulzing
https://github.com/nibalizer/in-kernel-lulzing
Last synced: 10 months ago
JSON representation
Kernel character device driver for lulzing
- Host: GitHub
- URL: https://github.com/nibalizer/in-kernel-lulzing
- Owner: nibalizer
- Created: 2013-03-24T11:39:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-24T11:51:21.000Z (about 13 years ago)
- Last Synced: 2025-07-30T03:31:30.146Z (10 months ago)
- Language: C
- Size: 117 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LOL
===
Character device driver for /dev/lol. It will print out "LOLOLO" when ``cat /dev/lol`` is performed.
Usage
=====
Make sure you have some form of linux headers installed.
make
cp 010_lol.rules /etc/udev/rules.d
sudo insmod lol.ko
To start every time at boot
cp lol.ko /lib/modules/`uname -r`
echo 'lol' >> /etc/modules
You may or may not have to rebuild this module when you next upgrade your kernel. Simply moving it to the new directory might work.