These are the steps I took on Linux Mint using the PS3 HDD decryption helper
Reference discussion: HDD mounting and decryption on Linux
[15:41:03.958] find_and_parse_output_edid connector:19 count_props 3 | |
[15:41:03.958] find_and_parse_output_edid idx 0 prop EDID 1 1 value 0 0 cnt 0 | |
[15:41:03.958] find_and_parse_output_edid idx 1 prop DPMS 2 2 value 3 0 cnt 0 | |
[15:41:03.959] find_and_parse_output_edid idx 2 prop CRTC_ID 15 15 value 0 0 cnt -858993460 | |
[15:41:03.959] find_and_parse_output_edid can not find edid blob for connecotr 19 | |
[15:41:03.959] Output: 1,create_output_for_connector | |
[15:41:03.959] Output HDMI-A-1, (connector 19, crtc 30) | |
mode [email protected], current, built-in | |
These are the steps I took on Linux Mint using the PS3 HDD decryption helper
Reference discussion: HDD mounting and decryption on Linux
These are the steps that were taken to clone a 60GB PlayStation 3 (PS3) HDD to a 320GB HDD, and then expand the USERDATA partition to the full size of the new disk using a NetBSD VM.
The original 60GB HDD was cloned to an image using ddrescue
.
Original disk: /dev/loop0 (mounted 60GB HDD image file) New Disk: /dev/sdd (320GB HDD)
When creating an encrypted VM, VMware Workstation gives you the option to remember the password. It does this by storing the password in the Windows Credential Manager.
VMware does not provide a way to retrieve this stored password, but it can be accessed via the Win32 CredReadW API function.
There are a number of PowerShell projects including PowerShell Credential Manager which provide access to this API, but in testing I found they were unable to correctly display the VMware password.
This PowerShell example has been tested using Windows PowerShell (v5.1) and PowerShell (v7) using VMwa
conceptId | name | publisherId | publisherName | source | |
---|---|---|---|---|---|
10008740 | Asphalt Legends Unite | EP2006 | Gameloft Inc. | Product | |
10012106 | Carmen Sandiego | EP2006 | Gameloft Inc. | Product | |
10011382 | Pipistrello and the Cursed Yoyo | EP2006 | PM Studios, Inc. | Concept | |
10009610 | Planet Coaster 2 | EP2377 | Frontier Developments PLC | Product | |
10010198 | Arma Reforger | EP2601 | Bohemia Interactive a.s. | Product | |
10012771 | Rogue Flight | EP3446 | PERPETUAL | Product | |
10010263 | Warhammer 40,000: Darktide | EP4122 | Fatshark AB | Product | |
10007652 | Empire of the Ants | EP4295 | Microids | Product | |
10010911 | Karma: The Dark World | EP4382 | Wired Productions | Product |
Note: This gist may be outdated, thanks to all contributors in comments.
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !