Fix windows dir

This commit is contained in:
momo5502
2024-09-14 18:54:43 +02:00
parent 911449ab65
commit 469052b467
2 changed files with 24 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ namespace
const auto offset = address - object.value();
printf("%s: %llX (%s) at %llX (%s)\n", i.get_type_name().c_str(), offset,
i.get_member_name(offset).c_str(), rip,
emu.process().module_manager.find_name(rip));
emu.process().module_manager.find_name(rip));
});
}