From 8bd1fd5ad9a08853113477e723c8282e8935a9c3 Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Tue, 11 Feb 2025 06:51:10 +0100 Subject: [PATCH] Add todo --- src/windows-emulator/module/module_manager.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows-emulator/module/module_manager.hpp b/src/windows-emulator/module/module_manager.hpp index cf7677c7..7d691a0f 100644 --- a/src/windows-emulator/module/module_manager.hpp +++ b/src/windows-emulator/module/module_manager.hpp @@ -49,6 +49,7 @@ class module_manager return modules_; } + // TODO: These is wrong here. A good mechanism for quick module access is needed. mapped_module* executable{}; mapped_module* ntdll{}; mapped_module* win32u{};