Skip to content

Commit 0140f21

Browse files
committed
Add LLM-driven experiment disclaimer to overview docs and slides
1 parent 4a3f34e commit 0140f21

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

md/00_overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
> Complete end-to-end walkthrough of the 13-stage scan pipeline inside `mpengine.dll`.
44
> All data from reverse engineering mpengine.dll v1.1.24120.x (14.3 MB, PE32 x86).
55
6+
> **Note:** If it wasn't obvious, this knowledge base was created as an LLM-driven experiment — the documentation, slide decks, and structural analysis were generated with significant AI assistance. The content will be iterated on and improved over time as findings are validated and refined through hands-on reverse engineering.
7+
68
---
79

810
## Architecture Summary

slides/00_overview_slides.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ <h2 style="font-weight:400;font-size:clamp(1rem,2vw,1.6rem);color:var(--fg2)">In
8282
<div class="stat-card" style="opacity:1;transform:none;min-width:120px"><span class="num glow-purple" data-count="90">0</span><span class="label">Exports</span></div>
8383
<div class="stat-card" style="opacity:1;transform:none;min-width:120px"><span class="num glow-orange" data-count="358756">0</span><span class="label">Threats</span></div>
8484
</div>
85+
<p style="margin-top:32px;font-size:clamp(0.7rem,0.9vw,0.85rem);color:var(--fg3);max-width:800px;line-height:1.5;font-style:italic">Note: If it wasn't obvious, this knowledge base was created as an LLM-driven experiment — the documentation, slide decks, and structural analysis were generated with significant AI assistance. The content will be iterated on and improved over time as findings are validated and refined through hands-on reverse engineering.</p>
8586
</div>
8687
</div>
8788

0 commit comments

Comments
 (0)