Commit Graph
3 Commits
Author SHA1 Message Date
David RogersandGitHub 500c95c86c refactor(darwin): make keychain gcore dump opt-in via build tag (#629)
Mirror the abe_embed treatment of the Windows ABE payload (#575) for the
macOS CVE-2025-24204 securityd-dump path: retag gcoredump_darwin.go under
'darwin && keychain_gcore' and add a 'darwin && !keychain_gcore' stub for
DecryptKeychainRecords. The default go build (and library consumers) then
ship without the exploit code or its byte signatures; the capability is
opt-in via -tags keychain_gcore, exactly like -tags abe_embed.

GcoredumpRetriever already treats a DecryptKeychainRecords error as a silent
fallthrough to the next tier, so the default build falls through to the
native security-CLI path with no behavior change.
2026-08-07 10:25:04 +08:00
RogerandGitHub 2860bb82f9 docs: cross-host decryption guide and comment cleanup (#614)
* docs(readme): document cross-host decryption workflow

* docs: drop RFC citations and what-comments
2026-06-13 21:17:00 +08:00
RogerandGitHub c444314832 refactor: extract master-key code into masterkey package (#604) 2026-06-01 16:08:32 +08:00