Tags: fridc/frida-gum
Tags
darwin-mapper: Validate local shared cache lookup While the symbol's module might appear to be in the shared cache, the actual lookup may give us an address in a dylib outside it. For example an introspection build of libsystem_pthread.dylib. Co-authored-by: Håvard Sørbø <havard@hsorbo.no>
darwin: Fix query_shared_cache_range() The previous VM-walk approach was fragile and could report incorrect ranges once any shared cache pages were copy-on-written. We now read the dyld cache header and mapping table to compute the range reliably. Co-authored-by: Håvard Sørbø <havard@hsorbo.no>
code-allocator: Use `pc` for slice address checks (frida#1061) In this way `is_near` and `is_aligned` results are consistent also when `data` and `pc` are not the same, like on iOS 26.
PreviousNext