Progress with events

This commit is contained in:
momo5502
2024-08-24 09:59:00 +02:00
parent cb70da94b1
commit ef15cb8e53
2 changed files with 99 additions and 19 deletions

View File

@@ -36,6 +36,6 @@ struct process_context
mapped_binary executable{};
mapped_binary ntdll{};
std::vector<event> events{};
std::map<uint32_t, event> events{};
emulator_allocator gs_segment{};
};