From 4f169ce0cf1dced238e45889bd780fa71eba9c65 Mon Sep 17 00:00:00 2001 From: Simone Licitra Date: Tue, 2 Jun 2026 17:43:51 +0200 Subject: [PATCH] fix: Update README to mark task 6d as completed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cef0e3..6a174ce 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ See [`NOTICE.md`](NOTICE.md) for the full list of upstream copyrights and licens - [x] 6a — DLL wrapper written, built (MinGW 15.2), packaged, smoke test shellcode - [x] 6b — Crystal Palace CLI verified, real PICO built end-to-end - [x] 6c — Dual use case A/B: `generate-implant.sh` + `bundle-implant.sh` -- [ ] 6d — Runtime test on Windows x64 lab (smoketest + real PICO, both flows) +- [x] 6d — Runtime test on Windows x64 lab (smoketest + real PICO, both flows) ---