out-of-tree
out-of-tree kernel {module, exploit} development tool
out-of-tree is for automating some routine actions for creating development environments for debugging kernel modules and exploits, generating reliability statistics for exploits, and also provides the ability to easily integrate into CI (Continuous Integration).
See also README.md
out-of-tree is for automating some routine actions for creating development environments for debugging kernel modules and exploits, generating reliability statistics for exploits, and also provides the ability to easily integrate into CI (Continuous Integration).
Usage
Build && run module/exploit Test only with one kernel Run debug environment Test compiled module/exploit Identifying vulnerable kernel version And more examples in README.mdConfiguration
Installation
If you already have Go, Qemu and Docker installed, there's cross-platform installation checklist: Test kernel module Test kernel exploitSee also README.md