10-22-2015, 03:49 AM
(10-21-2015, 12:39 PM)is0-mick Wrote: I'ts been a while...
But here goes from what I can remeber.
Title_58_126805_000_298_V001.bin is probably the header and
58-126805-000-298_body_fd760e1ed16939166222d6e92b0fb727.bin is the main part of the game.
The key to decrypt the body section is contained in the header, but it is encrypted with your per console key.
The .ita is basically made by
copy /b "Title_58_126805_000_298_V001.bin"+"58-126805-000-298_body_fd760e1ed16939166222d6e92b0fb727.bin" 58-126805-000-298.ita
I think they did it this way so instead of having to encrypt the game for each console, they just encrypt a small header for each one.
It is possible to decrypt it on the tablet, then run the decrypted files on the other tablet...
From what I can remember they used a command called lmaid for mounting the ITA files.
was something like lmaid /sdcard/58-126805-000-298.ita /dev/loop7 /vp_mnt/app_bin
Then go look in vp_mnt/app_bin
or
mkdir /vp_mnt/sdcard/Game
cp -aR /vp_mnt/app_bin/ /vp_mnt/sdcard/DecryptedGame
(not sure if the sd card path is correct on the above, as its been a couple of years since I messed with this stuff.
Mick
Hi there,
By using copy /B I succeed to create a working BIN file working on my Storio 3s.
Is this BIN file will work an all the Storio ?
If not, Is there a way to decrypt (IMAID command) the file without opening the Storio and without the PLL usb adaptor ?