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_;