More exception progress

This commit is contained in:
momo5502
2024-09-05 16:10:11 +02:00
parent 79607447e5
commit 7c6e4a23da
6 changed files with 167 additions and 40 deletions

View File

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