Merge branch 'main' into knowndlls-patch

This commit is contained in:
ahmed
2026-01-11 01:47:34 +02:00
committed by GitHub
15 changed files with 441 additions and 24 deletions

View File

@@ -554,6 +554,7 @@ void windows_emulator::start(size_t count)
{
this->should_stop = false;
this->setup_process_if_necessary();
this->process.setup_callback_hook(*this, this->memory);
const auto use_count = count > 0;
const auto start_instructions = this->executed_instructions_;