Support win32k syscalls

This commit is contained in:
momo5502
2024-09-11 12:52:24 +02:00
parent 920bc9dec6
commit 46302df864
5 changed files with 77 additions and 25 deletions

View File

@@ -48,6 +48,7 @@ struct process_context
mapped_module* executable{};
mapped_module* ntdll{};
mapped_module* win32u{};
handle_store<handle_types::event, event> events{};
handle_store<handle_types::file, file> files{};