diff options
Diffstat (limited to 'executor/executor_windows.cc')
| -rw-r--r-- | executor/executor_windows.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/executor/executor_windows.cc b/executor/executor_windows.cc index a9ba5ea63..73477bb4f 100644 --- a/executor/executor_windows.cc +++ b/executor/executor_windows.cc @@ -27,8 +27,7 @@ int main(int argc, char** argv) MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE) != (void*)SYZ_DATA_OFFSET) fail("mmap of data segment failed"); - setup_control_pipes(); - receive_execute(true); + main_init(); execute_one(); return 0; } @@ -54,7 +53,7 @@ void cover_reset(thread_t* th) { } -uint32 read_cover_size(thread_t* th) +uint32 cover_read_size(thread_t* th) { return 0; } |
