https://github.com/jacoblightning/kudo
Like sudo but runs code in the kernel. Because Why Not?
https://github.com/jacoblightning/kudo
Last synced: 12 months ago
JSON representation
Like sudo but runs code in the kernel. Because Why Not?
- Host: GitHub
- URL: https://github.com/jacoblightning/kudo
- Owner: Jacoblightning
- License: unlicense
- Created: 2024-08-04T05:34:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T19:40:39.000Z (about 1 year ago)
- Last Synced: 2025-04-20T20:31:53.954Z (about 1 year ago)
- Language: C
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kudo
Like sudo but runs code in the kernel. Because Why Not?
# Installing
## Clone the repo
Run `git clone https://github.com/Jacoblightning/kudo`
## Ensure dependencies
Ensure that you have installed your kernel headers.
## Make
Run `make` to build and `make install` to install the kernel module.
You can now run `sudo ./kudo` to run code in the kernel.
(I am currently working on getting stdin/out working.)
# Prebuilt
If you run the same system as the workflow servers, you can use a prebuilt release from [Actions](https://github.com/Jacoblightning/kudo/actions) or [Nightly.link](https://nightly.link/Jacoblightning/kudo/workflows/build/main/build.zip)