More progress

This commit is contained in:
momo5502
2024-08-25 11:49:50 +02:00
parent 7af32da5e6
commit 8079cb8594
5 changed files with 164 additions and 24 deletions

View File

@@ -37,5 +37,6 @@ struct process_context
mapped_binary ntdll{};
std::map<uint32_t, event> events{};
std::map<uint32_t, HANDLE> os_handles{};
emulator_allocator gs_segment{};
};