From a4885abffe5cbfca0c80ab648367005de55faf55 Mon Sep 17 00:00:00 2001 From: mukul975 Date: Thu, 19 Mar 2026 10:46:09 +0100 Subject: [PATCH] Fix nested code fences in README examples --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ec675c0..7e08c0cf 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ For complex tasks, the agent pulls in **supporting files** from `references/`, `
🔍 Memory forensics with Volatility3 — DFIR domain -```yaml +````yaml --- name: performing-memory-forensics-with-volatility3 description: >- @@ -368,14 +368,14 @@ vol -f memory.raw windows.cmdline - [ ] Suspicious binaries dumped for downstream malware analysis - [ ] IOCs extracted (IPs, domains, file hashes, mutex names) - [ ] Findings documented in incident report with timestamps -``` +````
🦠 Reverse engineering .NET malware with dnSpy — Malware Analysis domain -```yaml +````yaml --- name: analyzing-dotnet-malware-with-dnspy description: >- @@ -494,7 +494,7 @@ Write YARA rule targeting unique strings or byte patterns. - [ ] Capabilities mapped to MITRE ATT&CK techniques - [ ] IOC list exported in structured format (STIX, OpenIOC, or CSV) - [ ] YARA detection rule written and tested against sample -``` +````