Investigate & document PSCM.DAT #19

Open
opened 2019-12-01 21:17:00 +00:00 by lucidiot · 0 comments
Owner

While using a PSP screenshot plugin, it added a folder in PSP/SCREENSHOT/XMB/ for XMB screenshots (there is another folder, not yet tested, for in-game screenshots) and a file PSCM.DAT which has the ".PBP" file signature (00 50 42 50 in hex), like EBOOT.PBP. It seems to hold a PNG as a thumbnail for the pictures folder.

  • See if this is actually related to PBP
  • Try to understand its meaning and usage
00000000  00 50 42 50 00 00 01 00  28 00 00 00 14 01 00 00  |.PBP....(.......|
00000010  15 35 00 00 15 35 00 00  15 35 00 00 15 35 00 00  |.5...5...5...5..|
00000020  15 35 00 00 15 35 00 00  00 50 53 46 01 01 00 00  |.5...5...PSF....|
00000030  44 00 00 00 64 00 00 00  03 00 00 00 00 00 04 04  |D...d...........|
00000040  04 00 00 00 04 00 00 00  00 00 00 00 0f 00 04 02  |................|
00000050  04 00 00 00 80 00 00 00  04 00 00 00 15 00 04 04  |................|
00000060  04 00 00 00 04 00 00 00  84 00 00 00 50 41 52 45  |............PARE|
00000070  4e 54 41 4c 5f 4c 45 56  45 4c 00 54 49 54 4c 45  |NTAL_LEVEL.TITLE|
00000080  00 56 45 52 53 49 4f 4e  00 19 0f 23 01 00 00 00  |.VERSION...#....|
00000090  58 4d 42 00 00 00 00 00  00 00 00 00 00 00 00 00  |XMB.............|
000000a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000110  00 00 01 00 89 50 4e 47  0d 0a 1a 0a 00 00 00 0d  |.....PNG........|
00000120  49 48 44 52 00 00 00 90  00 00 00 50 08 06 00 00  |IHDR.......P....|
00000130  00 f6 ae fc 0c 00 00 00  01 73 52 47 42 00 ae ce  |.........sRGB...|
While using a PSP screenshot plugin, it added a folder in `PSP/SCREENSHOT/XMB/` for XMB screenshots (there is another folder, not yet tested, for in-game screenshots) and a file `PSCM.DAT` which has the ".PBP" file signature (`00 50 42 50` in hex), like `EBOOT.PBP`. It seems to hold a PNG as a thumbnail for the pictures folder. * See if this is actually related to PBP * Try to understand its meaning and usage ``` 00000000 00 50 42 50 00 00 01 00 28 00 00 00 14 01 00 00 |.PBP....(.......| 00000010 15 35 00 00 15 35 00 00 15 35 00 00 15 35 00 00 |.5...5...5...5..| 00000020 15 35 00 00 15 35 00 00 00 50 53 46 01 01 00 00 |.5...5...PSF....| 00000030 44 00 00 00 64 00 00 00 03 00 00 00 00 00 04 04 |D...d...........| 00000040 04 00 00 00 04 00 00 00 00 00 00 00 0f 00 04 02 |................| 00000050 04 00 00 00 80 00 00 00 04 00 00 00 15 00 04 04 |................| 00000060 04 00 00 00 04 00 00 00 84 00 00 00 50 41 52 45 |............PARE| 00000070 4e 54 41 4c 5f 4c 45 56 45 4c 00 54 49 54 4c 45 |NTAL_LEVEL.TITLE| 00000080 00 56 45 52 53 49 4f 4e 00 19 0f 23 01 00 00 00 |.VERSION...#....| 00000090 58 4d 42 00 00 00 00 00 00 00 00 00 00 00 00 00 |XMB.............| 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000110 00 00 01 00 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d |.....PNG........| 00000120 49 48 44 52 00 00 00 90 00 00 00 50 08 06 00 00 |IHDR.......P....| 00000130 00 f6 ae fc 0c 00 00 00 01 73 52 47 42 00 ae ce |.........sRGB...| ```
lucidiot added the
help wanted
label 2019-12-01 21:17:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lucidiot/psp-research#19
No description provided.