More syscalls

This commit is contained in:
momo5502
2024-09-15 12:13:36 +02:00
parent 45970c9000
commit eb87353553
2 changed files with 13 additions and 1 deletions

View File

@@ -551,7 +551,6 @@ void windows_emulator::setup_hooks()
const auto ip = this->emu().read_instruction_pointer();
const char* name = this->process().module_manager.find_name(ip);
if (type == memory_violation_type::protection)
{
printf("Protection violation: %llX (%zX) - %s at %llX (%s)\n", address, size, permission.c_str(), ip, name);