mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-23 19:14:01 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user