blacktop / go-apfs

APFS parser written in pure Go
Apache License 2.0
69 stars 3 forks source link

dyld extraction failed on IOS 16 ipsw #33

Open IceCooler148 opened 2 years ago

IceCooler148 commented 2 years ago

Hi. Thanks a lot for all of your work here !

Are you going to add support to the new compression method (LZBITMAP) ? I'm failing extracting /root/System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64e.28.dyldlinkedit..

blacktop commented 2 years ago

That's the plan, but if Apple doesn't open source the lzbitmap code I'll have to RE it and that will be very difficult due to the vector instructions.

IceCooler148 commented 2 years ago

OK Waiting for updates here :)

That's the plan, but if Apple doesn't open source the lzbitmap code I'll have to RE it and that will be very difficult due to the vector instructions.