Add Support for KnownDLLs

This commit is contained in:
ahm3dgg
2026-01-06 08:34:41 +02:00
parent e0c386abbb
commit b642486bc4
6 changed files with 125 additions and 21 deletions

View File

@@ -129,6 +129,7 @@ struct process_context
handle_store<handle_types::timer, timer> timers{};
handle_store<handle_types::registry, registry_key, 2> registry_keys{};
std::map<uint16_t, atom_entry> atoms{};
std::unordered_map<std::u16string, section> knowndlls_sections;
std::vector<std::byte> default_register_set{};