Query memory info

This commit is contained in:
momo5502
2024-09-01 09:13:50 +02:00
parent 164e9b737d
commit 93f8f7b18e
5 changed files with 165 additions and 41 deletions

View File

@@ -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;
}