Go to file
Maschell b80f82e2ab Export the PatchSyscall function 2021-10-31 16:06:42 +01:00
.github/workflows [Workflow] Use Environment Files instead of ::set-env 2020-12-26 15:56:19 +01:00
source Export the PatchSyscall function 2021-10-31 16:06:42 +01:00
.gitignore first commit 2020-05-28 21:52:29 +02:00
Dockerfile Update Dockerfile 2021-09-24 16:48:44 +02:00
Makefile Update Dockerfile to use WUMS 0.2 2021-09-17 18:34:23 +02:00
README.md Add Dockerfile 2020-07-05 13:18:50 +02:00

README.md

Run via SetupPayload. Requires wut, wums

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t kernelmodule-builder

# make 
docker run -it --rm -v ${PWD}:/project kernelmodule-builder make

# make clean
docker run -it --rm -v ${PWD}:/project kernelmodule-builder make clean