diff options
Diffstat (limited to 'dev/LibDebugger')
| -rw-r--r-- | dev/LibDebugger/POSIXMachContract.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/LibDebugger/POSIXMachContract.h b/dev/LibDebugger/POSIXMachContract.h index a65bde8..16385fd 100644 --- a/dev/LibDebugger/POSIXMachContract.h +++ b/dev/LibDebugger/POSIXMachContract.h @@ -108,6 +108,8 @@ namespace LibDebugger::POSIX uint32_t brk_inst = 0xD43E0000; mach_vm_write(task, (mach_vm_address_t)addr, (vm_offset_t)&brk_inst, sizeof(addr)); + + return true; } return false; |
