mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
More progress
This commit is contained in:
@ -126,7 +126,7 @@ namespace
|
||||
};
|
||||
|
||||
auto* target = reinterpret_cast<uint8_t*>(&NtCreateFile);
|
||||
if (memcmp(target, fixup, sizeof(fixup)))
|
||||
if (memcmp(target, fixup, sizeof(fixup)) != 0)
|
||||
{
|
||||
debug_log("Fixup is invalid\n");
|
||||
return nullptr;
|
||||
|
Reference in New Issue
Block a user