├── LICENSE ├── Makefile ├── README.md ├── excited_virus.c ├── hello-packet.c ├── hello.c ├── rickroll.c └── rootkit.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/README.md -------------------------------------------------------------------------------- /excited_virus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/excited_virus.c -------------------------------------------------------------------------------- /hello-packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/hello-packet.c -------------------------------------------------------------------------------- /hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/hello.c -------------------------------------------------------------------------------- /rickroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/rickroll.c -------------------------------------------------------------------------------- /rootkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/kernel-module-fun/HEAD/rootkit.c --------------------------------------------------------------------------------