• v0.9.0 7f4a6e1c7c

    pintheft: drop --full-chain stub (calls undefined finisher symbol)
    release / build (arm64) (push) Waiting to run
    release / build (x86_64) (push) Waiting to run
    release / build (x86_64-static / musl) (push) Waiting to run
    release / build (arm64-static / musl) (push) Waiting to run
    release / release (push) Blocked by required conditions

    leviathan released this 2026-05-24 02:22:31 +00:00 | 6 commits to main since this release

    The x86_64 path called finisher_modprobe_path_overwrite() which doesn't
    exist — the real API is skeletonkey_finisher_modprobe_path() with a
    callback signature. arm64 builds dodged it via the #if guard; x86_64
    linker rightly choked. Same fix as tioscpgrp/vsock_uaf/nft_pipapo:
    primitive-only modules return EXPLOIT_FAIL honestly per verified-vs-
    claimed.

    Downloads