mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Query memory info
This commit is contained in:
@@ -199,7 +199,12 @@ namespace
|
||||
|
||||
map_sections(emu, binary, ptr, *nt_headers);
|
||||
apply_relocations(emu, binary, optional_header);
|
||||
collect_exports(binary, ptr, optional_header);
|
||||
|
||||
static int i = 0;
|
||||
if (++i < 3)
|
||||
{
|
||||
collect_exports(binary, ptr, optional_header);
|
||||
}
|
||||
|
||||
return binary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user