Skip to content

0xEitan/standalone-ko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

standalone ko

A simple .c file that can be compiled to a kernel module without any header files.

Read more at A Standalone Linux Kernel Module.

Build

gcc -c -o standalone.ko standalone.c

Load

insmod standalone.ko
lsmod | grep 'standalone'
dmesg

Portability

Designed to run on Ubuntu 18.04. For different kernels, adjust the required values accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages