Fix computername

This commit is contained in:
momo5502
2025-05-24 11:06:09 +02:00
parent 0f33c7ea13
commit 92bdf26669
4 changed files with 39 additions and 5 deletions

View File

@@ -129,6 +129,8 @@ namespace syscalls
}
const auto query_name = read_unicode_string(c.emu, value_name);
c.win_emu.log.print(color::dark_gray, "--> Query value key: %s (%s\\%s)\n", u16_to_u8(query_name).c_str(),
key->hive.get().string().c_str(), key->path.get().string().c_str());
const auto value = c.win_emu.registry.get_value(*key, u16_to_u8(query_name));
if (!value)