More progress

This commit is contained in:
momo5502
2024-08-30 21:35:56 +02:00
parent 0d9f71f913
commit 48581ff048
3 changed files with 94 additions and 18 deletions

View File

@@ -48,6 +48,6 @@ struct process_context
std::map<uint32_t, event> events{};
std::map<uint32_t, HANDLE> os_handles{};
std::map<uint32_t, std::wstring> sections{};
std::map<uint32_t, std::wstring> files{};
emulator_allocator gs_segment{};
};