From d70ff1e8f282fe5d2a37b89b48b79b58deee59f5 Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Tue, 14 Jan 2025 23:09:31 -0800 Subject: [PATCH] minor mods --- src/windows-emulator/windows_emulator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows-emulator/windows_emulator.hpp b/src/windows-emulator/windows_emulator.hpp index e2ced33d..8f0446a1 100644 --- a/src/windows-emulator/windows_emulator.hpp +++ b/src/windows-emulator/windows_emulator.hpp @@ -16,7 +16,8 @@ struct emulator_callbacks std::string_view syscall_name)> inline_syscall{}; std::function + std::string_view syscall_name, x64_emulator::pointer_type prev_address, + std::string_view prev_mod_name)> outofline_syscall{}; }; @@ -127,7 +128,6 @@ class windows_emulator bool silent_until_main_{false}; std::unique_ptr emu_{}; std::vector syscall_hooks_{}; - std::function stdout_callback_{}; process_context process_; syscall_dispatcher dispatcher_;