mirror of
https://github.com/licitrasimone/CrystalSliver
synced 2026-06-21 13:55:58 +00:00
cb59516ddf
- crystal-exec: new Sliver extension command that runs shell commands through Crystal Palace evasion (Draugr, AMSI bypass, XOR mask, cleanup). The post-ex DLL (crystalexec.c) is CRT-free / kernel32-only and embedded as a byte array inside crystal-exec.x64.dll — no PICO file to upload. - crystal-exec uses a single callback model: all output accumulated into a 4MB heap buffer, exactly one callback() call at the end. Sliver only displays the first callback invocation; multiple calls are silently dropped. - Output channel: anonymous pipe (no disk artifact). 30-second PICO timeout, 10-second reader drain. - Extension manifest updated with crystal-exec command entry. pack-extension.sh updated to include crystal-exec.x64.dll. - Docs: RUNBOOK Phase 3 rewritten (correct --payload syntax, | runtime args, postex.sh workflow); Phase 4 added for crystal-exec. TOOLCHAIN section 3d documents 4-step build pipeline and CRT-free constraint. Both READMEs updated with Use case C, new layout entries, and verified table.