I don't know if there is a 'joiner' program, but actually you can do it from command prompt:
copy /b file.iso.0+file.iso.1+file.iso.2+file.iso.3 FULL_RIP.ISO
it will join these files in one big. Make sure that the big one is created on your PC HDD (let's say C:\) where H:\ is your USB HDD:
copy /b h:\file.iso.0+h:\file.iso.1+h:\file.iso.2+h:\file.iso.3 C:\FULL_RIP.ISO
************* [ - Post Merged - ] *************
Originally Posted by CaptainCPS-X
Hey Dean I been trying to find something relevant to how Cobra handles all these BD , DVD, PS2, etc and I found out some pieces that probably might not mean anything but maybe they could have some light.
|
Will you please test something for me. I want to know if the ISO files created from PS3 game discs while using cobra manager + cobra USB are encrypted or not.
1) Create ISO for a PS3 game using cobra manager
2) Open it on your PC and extract EBOOT.BIN
3) Check if it is a valid SELF file (starts with header SCE...) or is encrypted.
Dean