Skip to content

Tags: frida/frida-gum

Tags

17.5.2

Toggle 17.5.2's commit message
submodules: Bump releng

17.5.1

Toggle 17.5.1's commit message
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ø <[email protected]>

17.5.0

Toggle 17.5.0's commit message
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ø <[email protected]>

17.4.4

Toggle 17.4.4's commit message
submodules: Bump releng

17.4.3

Toggle 17.4.3's commit message
submodules: Bump releng

17.4.2

Toggle 17.4.2's commit message
submodules: Bump releng

17.4.1

Toggle 17.4.1's commit message
submodules: Bump releng

17.4.0

Toggle 17.4.0's commit message
darwin: Fix sysroot logic for iOS Simulator

On the latest iOS 18 simulator, both _dyld_image_count and
TASK_DYLD_ALL_IMAGE_INFO_64 are not able to see dyld_sim.

Co-authored-by: Ole André Vadla Ravnås <[email protected]>

17.3.2

Toggle 17.3.2's commit message
subprojects: Bump outdated

17.3.1

Toggle 17.3.1's commit message
subprojects: Bump outdated