rust-kext
rust-kext copied to clipboard
Minimal MacOS Kernel Extension in Rust
Rust + Kext + MacOS
Build
You'll need:
- XCode 9.x, in the default location.
- Rust nightly circa 2018-05-31.
cargo-xbuild
cargo xbuild --target x86_64-apple-darwin-kext.json- TODO: make a kext bundle
kextlibsthe dependencies and update Info.plist- sign it?
- ???
- profit!