mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
More exception progress
This commit is contained in:
@@ -227,7 +227,7 @@ std::optional<mapped_binary> map_file(x64_emulator& emu, const std::filesystem::
|
||||
|
||||
auto binary = map_module(emu, data, file.generic_string());
|
||||
|
||||
hook_exports(emu, binary, file);
|
||||
//hook_exports(emu, binary, file);
|
||||
|
||||
return binary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user