mirror of
https://dev.lirent.ru/Vatrog/vm-introspection-engine.git
synced 2026-07-08 23:46:36 +03:00
3028a4eb11
vmie_win32_open_ro_fd now takes a kcr3 and builds the struct-offset profile read-only from the image (find ntoskrnl, resolve PsInitialSystemProcess, build the profile, derive the System _EPROCESS), so a read-only context has the full read surface - including proc_list/proc_modules, not just the cr3-parameterised PE walks. The read-only bring-up tail is factored out of host_bootstrap into a shared helper; host_bootstrap keeps the beacon find / cr3 recovery / ACK around it, so its behaviour and return codes are unchanged.