From 4deb007a8e54df394e5fa23156c1888cb2482c63 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 24 Dec 2024 09:13:55 +0100 Subject: [PATCH] Remove outdated comment --- src/windows-emulator/windows_emulator.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/windows-emulator/windows_emulator.cpp b/src/windows-emulator/windows_emulator.cpp index 641169ec..3ad6a62d 100644 --- a/src/windows-emulator/windows_emulator.cpp +++ b/src/windows-emulator/windows_emulator.cpp @@ -874,17 +874,6 @@ void windows_emulator::setup_hooks() const auto is_interesting_call = process.executable->is_within( process.previous_ip) || process.executable->is_within(address); - /*if (address == 0x180038B65) - { - puts("!!! DLL init failed"); - } - if (address == 0x180038A20) - { - const auto* name = this->process().module_manager.find_name( - this->emu().reg(x64_register::rcx)); - printf("!!! DLL init: %s\n", name); - }*/ - if (!this->verbose && !this->verbose_calls && !is_interesting_call) { return;