Flagers

Results 4 comments of Flagers

It may be beneficial to work on the virtual memory level instead of pointers to individual pages. XNU provides a `vm_shared_region_vm_map` function, which may be used to obtain a `vm_map_t`...

# Additional information about Cryptexes As you have read in the OP, a cryptex contains the dyld shared cache and other smaller parts of userspace. Apple intends for cryptex updates...

# non-Metal Information Regarding non-Metal, the team is hard at work to get non-Metal working, however this is our greatest challenge since Big Sur. Apple has made significant changes to...

For my immediate needs, I've solved the problem by patching `decode_ptr()` with this: ```cpp dyld_chained_ptr_64_bind bind; bind.combined = ptr; if (bind.bind.bind == 1) { auto linkEditSegment = bin_->get_segment("__LINKEDIT"); size_t linkEditOffset...