feat(windows): Chrome App-Bound Encryption implementation (#573)

* build(abe): add zig-cc payload build system + C reflective loader
* feat(abe): add reflective injector and Go ABE key-retriever primitives
* feat(abe): wire ABERetriever into DefaultRetriever chain + --abe-key CLI
* feat(abe): route Chromium v20 ciphertext through AES-GCM with ABE key
This commit is contained in:
slimwang
2026-04-18 23:25:59 +08:00
committed by GitHub
parent eb58ebbbf4
commit c3d30b9e8a
24 changed files with 1481 additions and 14 deletions
+8
View File
@@ -11,6 +11,14 @@
!go.mod
!go.sum
# === Native (C) source for embedded ABE payload ===
# Only source files are tracked; compiled binaries (*.bin) are
# intentionally ignored and rebuilt by CI via `make payload`.
!*.c
!*.h
!Makefile
!Makefile.frag
# === Project root config ===
!.gitattributes
!.gitignore