even more docs

This commit is contained in:
Lysann Tranvouez 2025-10-03 23:59:07 +02:00
parent 2eeb075739
commit d126d9abbf
8 changed files with 117 additions and 3 deletions

View file

@ -804,8 +804,6 @@ mach_error_t detour_attach_ex(detour_func_t* inout_pointer, detour_func_t detour
UNUSED_VARIABLE(trampoline_code);
const mach_port_t port = mach_task_self();
//const mach_vm_address_t page_addr = internal_detour_round_down_to_page((uintptr_t)target);
vm_region_submap_short_info_data_64_t region_info;
{
mach_vm_address_t region_addr = (mach_vm_address_t)target;