Page 1 of 1

Extract Question

Posted: 16 Jan 2018, 17:43
by xcbx
1)  Can AnyToISO extract mac high sierra install/update DMGs + PKGs ?

No sign up or dev account needed to download the newer mac system DMGs directly from apple.
http://appldnld.apple.com/macos/091-58875--20180109-7052760C-F266-11E7-8A10-F41F3B84D6FD/macOSUpd10.13.2Supplemental.dmg

Re: Extract Question

Posted: 17 Jan 2018, 08:19
by Steven
Hi,

Thank you for your feedback. Marked as feature request, in progress:
https://github.com/crystalidea/anytoiso/issues/2

Re: Extract Question

Posted: 18 Jan 2018, 07:02
by xcbx
Thanks! Fast -
The payloads inside the pkgs dont dump to raw file format. Cant get to the system files.
 7zip was able to open the older mac os payloads.

Image

Update:
I managed to extract but had to use unix (pbzx  'cpio' ).
https://gist.github.com/Lekensteyn/6e0840e77bc9bd013f57

Code: Select all

parse_pbzx.py Payload | cpio -I
Is this something that can be added in ?

Re: Extract Question

Posted: 18 Jan 2018, 15:51
by Steven
I've updated the app, now it can extract Payload 'pbzx' inside such images 
https://www.crystalidea.com/downloads/a ... p_beta.exe

One just has to add .pbzx extension to the Payload file
https://github.com/crystalidea/anytoiso/issues/4

Re: Extract Question

Posted: 19 Jan 2018, 11:01
by xcbx
Steven wrote:I've updated the app, now it can extract Payload 'pbzx' inside such images 
https://www.crystalidea.com/downloads/a ... p_beta.exe

One just has to add .pbzx extension to the Payload file
https://github.com/crystalidea/anytoiso/issues/4
Using forum is more interactive. Nice layout also :D
Thanks again, its well appreciated. Super cool!

Re: Extract Question

Posted: 19 Jan 2018, 11:04
by Steven
No, I believe it's far from DMG images.

Re: Extract Question

Posted: 19 Jan 2018, 11:30
by xcbx
 Ok  - Np