Closed PoomSmart closed 3 years ago
I’ll look at it but please provide both the image you’re trying to extract, and the exact version of the cache you’re using by ipsw.me
@arandomdev Try https://ipsw.me/download/iPhone10,6/18F72
OP updated, it's CameraUI.framework
.
Okay, I think I fixed it in 39d6d91, you can install it with pip install git+https://github.com/arandomdev/DyldExtractor.git
. Let me know if it works and if there are any regressions.
@arandomdev It doesn't seem to be fixed. Note that this is IDA Pro 7.6 SP1
Maybe try uninstalling and reinstalling with the command above?
@arandomdev That fixes it. Great job. 👍🏻
The fix was rolled back with 15553dc34c51ef55099fbeb4bcd085bdf622ec14
okay, I think I finally fixed it with ac28f8db4414e772559b388c4c896077605276d9
Describe the bug
Inside method
-[CAMStillImageCaptureCommand executeWithContext:]
ofCameraUI
private framework, there is an invalid address referenced at1A8AAF004
and1A8AAF010
. You should be able to reproduce this on every iOS 14.6 dyld shared cache.To Reproduce
Additional context Add any other context about the problem here.