|
|
#81 |
|
Member
![]() Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
I have a decrypted PS3 HD just sitting here and nobody seems to be able to help me get it mounted and read.
|
|
|
|
|
|
#82 | |
|
Senior Member
![]() Join Date: Sep 2010
Location: /dev/random
Posts: 1,686
Likes: 424
Liked 270 Times in 170 Posts
Mentioned: 14 Post(s)
Tagged: 0 Thread(s)
|
I’m just trying to help you to find the answer.
__________________
US 4USB ports OFW 3.15 PS Ubuntu
EU 4USB ports CFW 4.21.1 REX There is only one OS; AmigaOS, the rest are just [l]imitations. Last edited by advocatusdiaboli; 02-15-2013 at 01:15 AM. Reason: corrected some typos. |
|
|
|
|
|
|
#83 | |
|
Member
![]() Join Date: Jun 2011
Posts: 96
Likes: 42
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
Code:
hexdump -C yourimagename.img | head -12 |
|
|
|
|
|
|
#84 | |
|
Member
![]() Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
1. Does the image need to be name anything specific for when I run ./decrypt tool? 2. I just put it in the /data folder and run ./decrypt_tool from the /ps3_decrypt_tools DIR? Or do I need to specify where the IMG is so ./decrypt_tools /data/dec_ps3hdd.img? |
|
|
|
|
|
|
#85 | |
|
Member
![]() Join Date: Jun 2011
Posts: 96
Likes: 42
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
As I said before, for me the tool didn't work with the full dump so you should split the file and join the decrypted parts to get a full decrypted dump. Inviato dal mio Optimus L9 con Tapatalk 2 |
|
|
|
|
|
|
#86 | |
|
Member
![]() Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
Thanks for being so patient with me and helping out. I will split the file and report back as soon as the new dump is complete. Would be something like this right? Rename dec_ps3hdd.img to sectors Code:
split -b 2147483648 sectors |
|
|
|
|
|
|
#87 |
|
Member
![]() Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
ok so I got the HD split into 2GB chunks. When I run ./decrypt_tools it creates a file called selectors_decrypted but it's 0 bytes?
Is this right: Code:
/media/bob/New/ps3_decrypt_tools/ ./decrypt_tools Choose option 1. (decrypt HD) Last edited by bobross; 02-16-2013 at 02:48 PM. |
|
|
|
|
|
#88 |
|
Senior Member
![]() Join Date: Dec 2010
Posts: 2,033
Likes: 1,029
Liked 579 Times in 471 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
|
with 2GB splits i had an error..must be m mistake or some..then with "200mb" parts it decrypted fine each part..i'm about todo a 80GB but it took way to long with 200mb parts...
the "program" works great..its the users
|
|
|
|
|
|
#89 | |
|
Member
![]() Join Date: Sep 2010
Posts: 108
Likes: 8
Liked 11 Times in 10 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
|
what should I be looking for when I run Code:
hexdump -C sectors_decrypted | head -12 Still looks like a bunch of random data. Should there be some header in English or something? also tried to mount but get this: Code:
root@ubuntu:/media/bob/New/ps3_decrypt_tools/data# mount -t ufs -o ufstype=ufs2,ro sectors_decrypted /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
root@ubuntu:/media/bob/New/ps3_decrypt_tools/data#
Last edited by bobross; 02-16-2013 at 03:49 PM. |
|
|
|
|
|
|
#90 |
|
Senior Member
![]() Join Date: Dec 2010
Posts: 2,033
Likes: 1,029
Liked 579 Times in 471 Posts
Mentioned: 237 Post(s)
Tagged: 0 Thread(s)
|
didn't get that far here..the pain in the butt is the size of the "sectors" file..tested
6668863488 bytes/6.20GB chunks = segmentation fault Exception: STATUS_ACCESS_VIOLATION at eip=00403119 isn't there a faster way on a pc even if 1GB chunks work..80x..imagine 320gb ![]() but the sectors_decrypted, checked with HxD, obviously its decrypted fine ![]() then the mounting part..lol |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|