KPlugs
KPlugs
Author(s) | |
Site project | |
Tag(s) | kernel, scripting engine |
License | GNU GPL v3 |
Python versions | 2.x |
Platforms | lin |
Processors (Architecture) | x86/x64 |
Description | KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel. KPlugs uses a simple bytecode interpreter (the KPlugs Virtual Machine), and an interface that allows a user to dynamically load scripts into the kernel and execute them directly from user space. Because the interface is dynamic, it's easy to implement a user-mode library that wraps anything in the kernel! KPlugs comes with a Python library that compiles a subset of the Python language to the KPlugs bytecode, and lets you easily load and execute your "kernel Python script". The Python compiler is very basic and was made to fit our own purposes, but if it's not exactly what you are looking for, you can modify it to create your own subset. |
Tools | ??? |
Useful links |