mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-25 22:51:03 +00:00
minidump support: dump loading and process reconstruction
This commit is contained in:
@@ -5,5 +5,7 @@
|
||||
|
||||
mapped_module map_module_from_data(memory_manager& memory, std::span<const uint8_t> data, std::filesystem::path file);
|
||||
mapped_module map_module_from_file(memory_manager& memory, std::filesystem::path file);
|
||||
mapped_module map_module_from_memory(memory_manager& memory, uint64_t base_address, uint64_t image_size,
|
||||
const std::string& module_name);
|
||||
|
||||
bool unmap_module(memory_manager& memory, const mapped_module& mod);
|
||||
|
||||
Reference in New Issue
Block a user