Skip to content

burdzwastaken/zevilbit

Repository files navigation

ZEvilBit - RFC 3514 Kernel Module

Linux kernel module written in Zig with a C FFI layer that implements RFC 3514

Warning: This is a silly kernel module for learning more about Zig/FFI. May the evil be with you!

Usage

Prerequisites

  • Zig compiler
  • Linux kernel headers (you may need to change KDIR in the Makefile depending on your distro)
  • Build tools (gcc/make)
  • Privileges (sudo!) for loading/unloading/logs

Commands

build:

make

load:

sudo make load

unload:

sudo make unload

logs:

sudo make logs

clean:

make clean

About

RFC 3514 Linux Kernel Module in Zig/C FFI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors