mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Small fix
This commit is contained in:
@@ -93,6 +93,7 @@ void process_context::setup(x64_emulator& emu, memory_manager& memory, const app
|
||||
});
|
||||
|
||||
this->peb.access([&](PEB64& p) {
|
||||
p.BeingDebugged = 0;
|
||||
p.ImageBaseAddress = executable.image_base;
|
||||
p.ProcessParameters = this->process_params.ptr();
|
||||
p.ApiSetMap = apiset::clone(emu, allocator, apiset_container).ptr();
|
||||
|
||||
Reference in New Issue
Block a user