sh4d0wup 0.11.0

Signing-key abuse and update exploitation framework
Documentation
1
2
3
4
5
6
7
use crate::args;
use crate::errors::*;
use crate::plot;

pub async fn spawn(_check: args::Check, _ctx: plot::Ctx) -> Result<()> {
    bail!("Running `sh4d0wup check` is not supported on this platform");
}