Decode real packed event record structure
This commit is contained in:
parent
fa63cefb70
commit
45f258cf5d
16 changed files with 1011 additions and 44 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue