mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 23:11:01 +00:00
minidump support: dump loading and process reconstruction
This commit is contained in:
@@ -25,6 +25,8 @@ class module_manager
|
||||
|
||||
mapped_module* map_module(const windows_path& file, const logger& logger, bool is_static = false);
|
||||
mapped_module* map_local_module(const std::filesystem::path& file, const logger& logger, bool is_static = false);
|
||||
mapped_module* map_memory_module(uint64_t base_address, uint64_t image_size,
|
||||
const std::string& module_name, const logger& logger, bool is_static = false);
|
||||
|
||||
mapped_module* find_by_address(const uint64_t address)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user