We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

Extract Question

Ask, answer questions, and express your opinion about AnyToISO. Discussion of bugs and problems found in AnyToISO, feature requests

Moderator: Steven

Post Reply
xcbx
Posts: 4
Joined: 16 Jan 2018, 17:24

Extract Question

Post 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
Last edited by xcbx on 18 Jan 2018, 06:25, edited 1 time in total.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Extract Question

Post by Steven »

Hi,

Thank you for your feedback. Marked as feature request, in progress:
https://github.com/crystalidea/anytoiso/issues/2
xcbx
Posts: 4
Joined: 16 Jan 2018, 17:24

Re: Extract Question

Post 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 ?
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Extract Question

Post 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
xcbx
Posts: 4
Joined: 16 Jan 2018, 17:24

Re: Extract Question

Post 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!
Last edited by xcbx on 19 Jan 2018, 11:26, edited 2 times in total.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Extract Question

Post by Steven »

No, I believe it's far from DMG images.
xcbx
Posts: 4
Joined: 16 Jan 2018, 17:24

Re: Extract Question

Post by xcbx »

 Ok  - Np
Post Reply