Decode real packed event record structure

This commit is contained in:
Jan Petykiewicz 2026-04-14 22:09:09 -07:00
commit 45f258cf5d
16 changed files with 1011 additions and 44 deletions

View file

@ -10,8 +10,10 @@ and stand up Rust tooling that can validate artifacts and later host replacement
The long-term direction is still a DLL we can inject into the original executable, patching in
individual functions as we build them out. The active implementation milestone is now a headless
runtime rehost layer that can execute deterministic world work, compare normalized state, and grow
subsystem breadth without depending on the shell or presentation path. The PE32 hook remains useful
as capture and integration tooling, but it is no longer the main execution milestone.
subsystem breadth without depending on the shell or presentation path. The current packed-event
frontier is real `0x4e9a` structural decode on top of the existing save-slice, snapshot, and
overlay-import workflows. The PE32 hook remains useful as capture and integration tooling, but it
is no longer the main execution milestone.
## Project Docs