4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Cargo.toml TOML
[package]
name = "sev-exploit"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.66"
bit_field = "0.10.1"
bitflags = "1.3.2"
bytemuck = { git = "https://github.com/Freax13/bytemuck.git", rev = "e63ffe8d10129a70a28fcad2bf656782bec8d4bb", features = ["derive", "min_const_generics"] }
libc = "0.2.146"
nix = "0.26.1"
raw-cpuid = "11.0.1"
time = "0.3.31"
tracing = "0.1.37"
x86_64 = { git = "https://github.com/rust-osdev/x86_64", rev = "bae6119533f19cd5c3557d5a302524f1d72456c5" }