Difference between revisions of "ScePfsMgr"

From Vita Development Wiki
Jump to navigation Jump to search
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Module ==
 
== Module ==
  
=== Known NIDs ===
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Version !! Name !! World !! Privilege !! NID
+
! Version !! World !! Privilege
 
|-
 
|-
| 1.69 || ScePfsMgr || Non-secure || Kernel || 0x3CF10F0
+
| 0.990.030-3.740.011 || Non-secure || Kernel
|-
 
| 3.60 || ScePfsMgr || Non-secure || Kernel || 0x538BA86B
 
 
|}
 
|}
  
Line 19: Line 16:
 
! Version !! Name !! World !! Visibility !! NID
 
! Version !! Name !! World !! Visibility !! NID
 
|-
 
|-
| 1.69-3.60 || [[ScePfsMgr#ScePfsMgrForKernel|ScePfsMgrForKernel]] || Non-secure || Kernel || 0xA067B56F
+
| 0.990.030-3.740.011 || [[ScePfsMgr#ScePfsMgrForKernel|ScePfsMgrForKernel]] || Non-secure || Kernel || 0xA067B56F
 +
|-
 +
| 0.931.010-1.69 || [[ScePfsMgr#ScePfsFacadeForKernel|ScePfsFacadeForKernel]] || Non-secure || Kernel || not present
 +
|-
 +
| 1.800.071-3.740.011 || [[ScePfsMgr#ScePfsFacadeForKernel|ScePfsFacadeForKernel]] || Non-secure || Kernel || 0xC26DC7BD
 +
|}
 +
 
 +
== PFS impl ==
 +
 
 +
=== files.db ===
 +
 
 +
files.db stores directories/files included in pfs in bin tree format.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Sw Version !! Version !! Description !! Example titleid
 +
|-
 +
| 1.03 || 3 || - || NPXS10007
 +
|-
 +
| 1.50 || 4 || Terminal index (~0) added to end of block. Added filedb seed. || PCSI00009
 +
|-
 +
| ? || 5 || root icv hash changed to entire block || PCSG90096
 +
|}
 +
 
 +
If the icv is unicv.db, there is a strictly determined version connection.
 +
 
 +
If a version of unicv.db that does not match these is used, pfsmgr returns error code 0x80140E15. The error code ultimately translates to 0x8001002F.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! files.db version !! unicv.db version
 +
|-
 +
| 0 || 0
 +
|-
 +
| 1 || 1
 +
|-
 +
| 2 || 1
 +
|-
 +
| 3 || 1
 +
|-
 +
| 4 || 1
 +
|-
 +
| 5 || 2
 +
|}
 +
 
 +
=== icv.db ===
 +
 
 +
icv.db is the folder that stores ${ENTRY_ID}.icv that stores page hash info included in RW pfs.
 +
 
 +
=== unicv (SCEIFTBL) ===
 +
 
 +
unicv.db stores page hash info included in RO's pfs.
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Sw Version !! Version !! Description !! Example titleid
 +
|-
 +
| 1.03 || 1 || - || PCSI00009
 +
|-
 +
| 2.00 || 2 || header size to 0x48 bytes from 0x20 bytes. || PCSG90096
 +
|}
 +
 
 +
=== Pfs image ===
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Image !! RSA verify !! Description
 +
|-
 +
| 0 || no || Redirect
 +
|-
 +
| 1 || yes || Read Only GDSD
 +
|-
 +
| 2 || no || Read Write GDSD
 +
|-
 +
| 3 || no || AC cont
 +
|-
 +
| 4 || yes || unknown
 +
|-
 +
| 0xFFFF || - || Invalid image
 +
|}
 +
 
 +
=== Pmi flags ===
 +
 
 +
{| class="wikitable"
 +
|-
 +
! value !! Description
 +
|-
 +
| 1 || no klicensee
 +
|-
 +
| 2 || gd secret (?)
 +
|-
 +
| 4 || pmi is active
 +
|-
 +
| 8 || System Is not DevelopmentMode
 +
|-
 +
| 0x10 || force unmount
 +
|-
 +
| 0x20 || pfs mode is 3
 +
|-
 +
| 0x40 || pfs mode is 10. And something.
 +
|-
 +
| 0x1000 || -
 +
|-
 +
| 0x2000 || -
 +
|}
 +
 
 +
=== Pfs mount mode ===
 +
 
 +
{| class="wikitable"
 +
! Mode
 +
! Vfs
 +
! Image
 +
! IsGameData
 +
! Feature
 +
! Example path
 +
! Description
 +
|-
 +
<!-- Mode -->| 0
 +
<!-- Vfs -->| Redirect Pseudo Drive
 +
<!-- Image -->| 0
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| redirect-rw
 +
<!-- Example path -->| N/A
 +
<!-- Description -->| -
 +
|-
 +
<!-- Mode -->| 1
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 2
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 1
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| gd-gd_secret-ro-unicv-no_write-no_sync
 +
| ux0:/temp/fakepkg/expand/PCSG90096 <br/> ux0:/app/PCSI00009 <br/> ux0:/patch/PCSI00009
 +
| -
 +
|-
 +
<!-- Mode -->| 3
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 1
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| gd-gd_secret-ro-unicv-no_write
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 4
 +
<!-- Vfs -->| AC Pseudo Drive
 +
<!-- Image -->| 3
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| acid-sd_secret-rw-icv
 +
| N/A
 +
| used by appmgr addcont mount for non gro0:.
 +
|-
 +
<!-- Mode -->| 5
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 2
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| sd-sd_secret-rw-icv
 +
| ux0:/user/00/savedata/PCSG90096 <br/> ux0:appmeta/new <br/> ux0:/appmeta/PCSI00009 <br/> ux0:/user/00/savedata/PCSI00009
 +
| -
 +
|-
 +
<!-- Mode -->| 6
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 2
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| sd-sd_secret-rw-icv
 +
| ur0:/user/00/trophy/data/sce_trop <br/> ur0:/user/00/trophy/data/NPWR02174_00
 +
| -
 +
|-
 +
<!-- Mode -->| 7
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 2
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| sd-sd_secret-rw-icv
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 8
 +
<!-- Vfs -->| AC Pseudo Drive
 +
<!-- Image -->| 3
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| acid-sd_secret-rw-icv
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 9
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 2
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| sd-sd_secret-rw-icv
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 0xA
 +
<!-- Vfs -->| Gamedata/Savedata Pseudo Drive
 +
<!-- Image -->| 1
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| gd-gd_secret-rw-unicv
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 0xB
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 4
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| gd-gd_secret-rw-unicv
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0xC
 +
<!-- Vfs -->| AC Pseudo Drive
 +
<!-- Image -->| 3
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| sd-sd_secret-ro-icv-no_sync
 +
| N/A
 +
| used by appmgr addcont mount for gro0:.
 +
|-
 +
<!-- Mode -->| 0xD
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0xE
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 
|-
 
|-
| 3.60 || [[ScePfsMgr#ScePfsFacadeForKernel|ScePfsFacadeForKernel]] || Non-secure || Kernel || 0xC26DC7BD
+
<!-- Mode -->| 0xF
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x10
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x11
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x12
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x13
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x14
 +
<!-- Vfs -->| Redirect Pseudo Drive
 +
<!-- Image -->| 0
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| redirect-ro-no_sync
 +
| vs0:/app/NPXS10027 <br/> vs0:/sys/external <br/> vs0:/data/external <br/> ux0:/data/pkg
 +
| -
 +
|-
 +
<!-- Mode -->| 0x15
 +
<!-- Vfs -->| Redirect Pseudo Drive
 +
<!-- Image -->| 0
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| redirect-rw
 +
| ur0:/user/00/savedata/NPXS10027 <br/> ux0:/cache/PCSI00009 <br/> ux0:/pspemu
 +
| -
 +
|-
 +
<!-- Mode -->| 0x16
 +
<!-- Vfs -->| Redirect Pseudo Drive
 +
<!-- Image -->| 0
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| redirect-rw
 +
| ux0:/picture <br/> ux0:/music <br/> ur0:/user/00/psnfriend
 +
| -
 +
|-
 +
<!-- Mode -->| 0x17
 +
<!-- Vfs -->| Redirect Pseudo Drive
 +
<!-- Image -->| 0
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| redirect-rw
 +
| N/A
 +
| -
 +
|-
 +
<!-- Mode -->| 0x18
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x19
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1A
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1B
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1C
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1D
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1E
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x1F
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 0xFFFF
 +
<!-- IsGameData -->| no
 +
<!-- Feature -->| -
 +
| N/A
 +
| 0x80142109
 +
|-
 +
<!-- Mode -->| 0x20
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 4
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| ac-gd_secret-ro-unicv-no_sync
 +
| N/A
 +
| unknown
 +
|-
 +
<!-- Mode -->| 0x21
 +
<!-- Vfs -->| -
 +
<!-- Image -->| 4
 +
<!-- IsGameData -->| yes
 +
<!-- Feature -->| ac-gd_secret-ro-unicv-no_sync
 +
| N/A
 +
| unknown
 
|}
 
|}
  
Line 34: Line 416:
 
   SceUInt64 auth_ids[16];
 
   SceUInt64 auth_ids[16];
 
   vfs_block_dev_info block_dev;
 
   vfs_block_dev_info block_dev;
   uint32_t num_authids;
+
   SceUInt32 auth_ids_num;
 
} pmi_blc_subctx;
 
} pmi_blc_subctx;
  
Line 42: Line 424:
 
};
 
};
  
typedef struct pfs_pmi_buffer_list_ctx {
+
typedef struct pfs_pmi_buffer_list_ctx { // size is 0x228-bytes
 
     pfs_pmi_buffer_list_ctx_u0 unk_0;
 
     pfs_pmi_buffer_list_ctx_u0 unk_0;
 
     uint32_t unk_4;
 
     uint32_t unk_4;
Line 140: Line 522:
 
   uint32_t error; // set to 0 or error code after executing crypto task
 
   uint32_t error; // set to 0 or error code after executing crypto task
 
    
 
    
   SceUID threadId; // = set with sceKernelGetThreadIdForDriver. used with ksceKernelSignalCondTo
+
   SceUID threadId; // Set with sceKernelGetThreadIdForDriver. Used with sceKernelSignalCondToForDriver.
 
   uint32_t unk_14;
 
   uint32_t unk_14;
 
} CryptEngineWorkCtx;
 
} CryptEngineWorkCtx;
  
 +
typedef _ScePfsModeSetting { // size is 0x28-bytes
 +
SceUInt32 unk_0x00;
 +
SceUInt32 is_icv; // 0: unicv (RO) | 1: icv (RW) | 2: redirect
 +
SceUInt32 unk_0x08;
 +
int files_db_open_flag;
 +
int icv_open_flag;
 +
int create_mode;
 +
SceUInt32 unk_0x18;
 +
SceBool no_write;
 +
SceBool no_sync;
 +
SceBool gd_secret;
 +
} ScePfsModeSetting;
 
</source>
 
</source>
  
Line 355: Line 749:
 
* 20 - sceIoPwriteForDriver
 
* 20 - sceIoPwriteForDriver
 
* 26 - sceIoChstatByFdForDriver
 
* 26 - sceIoChstatByFdForDriver
 +
 +
=== Notes ===
 +
 +
Debug PFS is prohibited on CEX: PFS mounting fails with error code 0x80010016.
  
 
== ScePfsMgrForKernel ==
 
== ScePfsMgrForKernel ==
Line 362: Line 760:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0xA772209C
+
| 0.990.030-3.740.011 || 0xA772209C
 
|}
 
|}
  
<source lang="C">int scePfsMountForKernel(char* original_path, ScePfsRndDriveId *rnd_drive_id, SceUInt64 authid, void *klicensee, uint16_t mode_index);</source>
+
<source lang="C">int scePfsMountForKernel(const char *path, const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id, void *klicensee, SceUInt16 mode_index);</source>
  
 
=== scePfsMount2ForKernel ===
 
=== scePfsMount2ForKernel ===
Line 371: Line 769:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x2D48AEA2
+
| 0.990.030-3.740.011 || 0x2D48AEA2
 
|}
 
|}
  
<source lang="C">int scePfsMount2ForKernel(char *original_path, ScePfsRndDriveId *rnd_drive_id, void *klicensee, uint16_t mode_index);</source>
+
<source lang="C">int scePfsMount2ForKernel(const char *path, const ScePfsRndDriveId *rnd_drive_id, const void *klicensee, uint16_t mode_index);</source>
  
 
=== scePfsUnmountForKernel ===
 
=== scePfsUnmountForKernel ===
Line 380: Line 778:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x680BC384
+
| 0.990.030-3.740.011 || 0x680BC384
 
|}
 
|}
  
<source lang="C">int scePfsUnmountForKernel(ScePfsRndDriveId *rnd_drive_id);</source>
+
<source lang="C">int scePfsUnmountForKernel(const ScePfsRndDriveId *rnd_drive_id);</source>
  
 
=== scePfsApproveForKernel ===
 
=== scePfsApproveForKernel ===
Line 389: Line 787:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0xD8D0FEE5
+
| 0.990.030-3.740.011 || 0xD8D0FEE5
 
|}
 
|}
  
 
* find pfs_pmi_buffer_list_ctx* by mount_point
 
* find pfs_pmi_buffer_list_ctx* by mount_point
* check auth ids
+
* check program authority ID
 
* set unk_94 flag
 
* set unk_94 flag
  
<source lang="C">int scePfsApproveForKernel(ScePfsRndDriveId *rnd_drive_id, SceUInt64 authid);</source>
+
<source lang="C">int scePfsApproveForKernel(const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id);</source>
  
 
=== scePfsDisapproveForKernel ===
 
=== scePfsDisapproveForKernel ===
Line 402: Line 800:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x2D67D8CA
+
| 0.990.030-3.740.011 || 0x2D67D8CA
 
|}
 
|}
  
<source lang="C">int scePfsDisapproveForKernel(ScePfsRndDriveId *rnd_drive_id, uint32_t 0_or_1, SceUInt64 program_authority_id);</source>
+
<source lang="C">int scePfsDisapproveForKernel(ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id);</source>
  
 
=== scePfsAcidDirMountForKernel ===
 
=== scePfsAcidDirMountForKernel ===
Line 412: Line 810:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x4A4A8243
+
| 0.990.030-3.740.011 || 0x4A4A8243
 
|}
 
|}
  
Line 419: Line 817:
 
* close mountpoint/dlc_folder directory
 
* close mountpoint/dlc_folder directory
  
<source lang="C">int scePfsAcidDirMountForKernel(const char *mountpoint, const char *dlc_folder, void *klicensee);</source>
+
<source lang="C">int scePfsAcidDirMountForKernel(const char *mountpoint, const char *dlc_folder, const void *klicensee);</source>
  
 
=== scePfsAcidDirUnmountForKernel ===
 
=== scePfsAcidDirUnmountForKernel ===
Line 426: Line 824:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x00C8AF80
+
| 0.990.030-3.740.011 || 0x00C8AF80
 
|}
 
|}
  
Line 440: Line 838:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0x8CDA249A
+
| 0.990.030-3.740.011 || 0x8CDA249A
 
|}
 
|}
  
Line 453: Line 851:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 0.990-3.60 || 0xB0CC0A1A
+
| 0.990.030-3.740.011 || 0xB0CC0A1A
 +
|}
 +
 
 +
=== ScePfsMgrForKernel_27FB7618 ===
 +
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.996.090-3.740.011 || 0x27FB7618
 
|}
 
|}
  
=== savedata_ioctl_0x4410 ===
+
Executes 0x4410 command on <device_name>0:. Gets 8 bytes of result.
 +
 
 +
<source lang="C">int ScePfsMgrForKernel_27FB7618(const char *device_name, int *ioctl0_res, int *ioctl1_res);</source>
 +
 
 +
=== ScePfsMgrForKernel_806D2EA1 ===
 
{| class="wikitable"
 
{| class="wikitable"
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 3.60 || 0x27FB7618
+
| 0.996.090-3.740.011 || 0x806D2EA1
 
|}
 
|}
  
execute 0x4410 command on <device_name>0:
+
=== ScePfsMgrForKernel_4C148288 ===
get 8 bytes of result
+
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.931.010-1.06 || not present
 +
|-
 +
| 1.500.151-3.740.011 || 0x4C148288
 +
|}
 +
 
 +
=== ScePfsMgrForKernel_7E4B76E6 ===
 +
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0x7E4B76E6
 +
|}
  
<source lang="C">int savedata_ioctl_0x4410(const char *device_name, int *ioctl0_res, int *ioctl1_res);</source>
+
=== ScePfsMgrForKernel_E9D672AB ===
 +
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.931.010-2.060.011 || not present
 +
|-
 +
| 2.100.081-3.740.011 || 0xE9D672AB
 +
|}
  
 
== ScePfsFacadeForKernel ==
 
== ScePfsFacadeForKernel ==
Line 474: Line 905:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 3.60 || 0xBD5B21F6
+
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0xBD5B21F6
 
|}
 
|}
  
Line 487: Line 920:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 3.60 || 0xCB622FFE
+
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0xCB622FFE
 
|}
 
|}
  
Line 498: Line 933:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 3.60 || 0x4238D2D2
+
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0x4238D2D2
 
|}
 
|}
  
Line 509: Line 946:
 
! Version !! NID
 
! Version !! NID
 
|-
 
|-
| 3.60 || 0x58E643C5
+
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0x58E643C5
 
|}
 
|}
  
Line 516: Line 955:
 
<source lang="C">int t_scePfsFacadePwriteForDriver(sceIoPwriteForDriver_args *args);</source>
 
<source lang="C">int t_scePfsFacadePwriteForDriver(sceIoPwriteForDriver_args *args);</source>
  
 +
=== ScePfsFacadeForKernel_04352D52 ===
 +
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0x04352D52
 +
|}
  
 +
=== ScePfsFacadeForKernel_7F9F4E49 ===
 +
{| class="wikitable"
 +
! Version !! NID
 +
|-
 +
| 0.931.010-1.69 || not present
 +
|-
 +
| 1.800.071-3.740.011 || 0x7F9F4E49
 +
|}
 +
 +
[[Category:ARM]]
 +
[[Category:Kernel]]
 
[[Category:Modules]]
 
[[Category:Modules]]
[[Category:Kernel]]
+
[[Category:Library]]

Revision as of 12:16, 10 December 2023

Module

Version World Privilege
0.990.030-3.740.011 Non-secure Kernel

Libraries

Known NIDs

Version Name World Visibility NID
0.990.030-3.740.011 ScePfsMgrForKernel Non-secure Kernel 0xA067B56F
0.931.010-1.69 ScePfsFacadeForKernel Non-secure Kernel not present
1.800.071-3.740.011 ScePfsFacadeForKernel Non-secure Kernel 0xC26DC7BD

PFS impl

files.db

files.db stores directories/files included in pfs in bin tree format.

Sw Version Version Description Example titleid
1.03 3 - NPXS10007
1.50 4 Terminal index (~0) added to end of block. Added filedb seed. PCSI00009
? 5 root icv hash changed to entire block PCSG90096

If the icv is unicv.db, there is a strictly determined version connection.

If a version of unicv.db that does not match these is used, pfsmgr returns error code 0x80140E15. The error code ultimately translates to 0x8001002F.

files.db version unicv.db version
0 0
1 1
2 1
3 1
4 1
5 2

icv.db

icv.db is the folder that stores ${ENTRY_ID}.icv that stores page hash info included in RW pfs.

unicv (SCEIFTBL)

unicv.db stores page hash info included in RO's pfs.

Sw Version Version Description Example titleid
1.03 1 - PCSI00009
2.00 2 header size to 0x48 bytes from 0x20 bytes. PCSG90096

Pfs image

Image RSA verify Description
0 no Redirect
1 yes Read Only GDSD
2 no Read Write GDSD
3 no AC cont
4 yes unknown
0xFFFF - Invalid image

Pmi flags

value Description
1 no klicensee
2 gd secret (?)
4 pmi is active
8 System Is not DevelopmentMode
0x10 force unmount
0x20 pfs mode is 3
0x40 pfs mode is 10. And something.
0x1000 -
0x2000 -

Pfs mount mode

Mode Vfs Image IsGameData Feature Example path Description
0 Redirect Pseudo Drive 0 no redirect-rw N/A -
1 - 0xFFFF no - N/A 0x80142109
2 Gamedata/Savedata Pseudo Drive 1 yes gd-gd_secret-ro-unicv-no_write-no_sync ux0:/temp/fakepkg/expand/PCSG90096
ux0:/app/PCSI00009
ux0:/patch/PCSI00009
-
3 Gamedata/Savedata Pseudo Drive 1 yes gd-gd_secret-ro-unicv-no_write N/A -
4 AC Pseudo Drive 3 no acid-sd_secret-rw-icv N/A used by appmgr addcont mount for non gro0:.
5 Gamedata/Savedata Pseudo Drive 2 no sd-sd_secret-rw-icv ux0:/user/00/savedata/PCSG90096
ux0:appmeta/new
ux0:/appmeta/PCSI00009
ux0:/user/00/savedata/PCSI00009
-
6 Gamedata/Savedata Pseudo Drive 2 no sd-sd_secret-rw-icv ur0:/user/00/trophy/data/sce_trop
ur0:/user/00/trophy/data/NPWR02174_00
-
7 Gamedata/Savedata Pseudo Drive 2 no sd-sd_secret-rw-icv N/A -
8 AC Pseudo Drive 3 no acid-sd_secret-rw-icv N/A -
9 Gamedata/Savedata Pseudo Drive 2 no sd-sd_secret-rw-icv N/A -
0xA Gamedata/Savedata Pseudo Drive 1 yes gd-gd_secret-rw-unicv N/A -
0xB - 4 yes gd-gd_secret-rw-unicv N/A 0x80142109
0xC AC Pseudo Drive 3 no sd-sd_secret-ro-icv-no_sync N/A used by appmgr addcont mount for gro0:.
0xD - 0xFFFF no - N/A 0x80142109
0xE - 0xFFFF no - N/A 0x80142109
0xF - 0xFFFF no - N/A 0x80142109
0x10 - 0xFFFF no - N/A 0x80142109
0x11 - 0xFFFF no - N/A 0x80142109
0x12 - 0xFFFF no - N/A 0x80142109
0x13 - 0xFFFF no - N/A 0x80142109
0x14 Redirect Pseudo Drive 0 no redirect-ro-no_sync vs0:/app/NPXS10027
vs0:/sys/external
vs0:/data/external
ux0:/data/pkg
-
0x15 Redirect Pseudo Drive 0 no redirect-rw ur0:/user/00/savedata/NPXS10027
ux0:/cache/PCSI00009
ux0:/pspemu
-
0x16 Redirect Pseudo Drive 0 no redirect-rw ux0:/picture
ux0:/music
ur0:/user/00/psnfriend
-
0x17 Redirect Pseudo Drive 0 no redirect-rw N/A -
0x18 - 0xFFFF no - N/A 0x80142109
0x19 - 0xFFFF no - N/A 0x80142109
0x1A - 0xFFFF no - N/A 0x80142109
0x1B - 0xFFFF no - N/A 0x80142109
0x1C - 0xFFFF no - N/A 0x80142109
0x1D - 0xFFFF no - N/A 0x80142109
0x1E - 0xFFFF no - N/A 0x80142109
0x1F - 0xFFFF no - N/A 0x80142109
0x20 - 4 yes ac-gd_secret-ro-unicv-no_sync N/A unknown
0x21 - 4 yes ac-gd_secret-ro-unicv-no_sync N/A unknown

Types

typedef char[0x10] ScePfsRndDriveId;

typedef struct pmi_blc_subctx {
  pmi_blc_subctx *subctx0;
  pmi_blc_subctx *subctx4;
  SceUInt64 auth_ids[16];
  vfs_block_dev_info block_dev;
  SceUInt32 auth_ids_num;
} pmi_blc_subctx;

union pfs_pmi_buffer_list_ctx_u0 {
  buffer_list *blist;
  int some_flags;
};

typedef struct pfs_pmi_buffer_list_ctx { // size is 0x228-bytes
    pfs_pmi_buffer_list_ctx_u0 unk_0;
    uint32_t unk_4;
    SceUID ScePfsPmi_mutex_id; // 0x08
    char original_path[0x40];  // 0xC
    
    char rnd_drive_id1[0x22]; // 0x4C - "/%s"
    
    char rnd_drive_id2[0x24];  // 0x6E - "%s0:" - used for pfs_pmi_buffer_list_ctx lookup on mount

    uint16_t mode_index;   // 0x92
    uint16_t crypto_engine_flag; // 0x94 = 0
    
    char klicensee[0x10]; // 0x96
    
    uint16_t key_id;
    uint32_t files_salt;
    uint32_t unk_AC; // = 0
    
    SceUID ScePfsFilesDb_mutex_id; // 0xB0
    
    char unk_data1[0xBC]; // 0xB4
    
    pmi_blc_subctx subctx;
    
    // further fields are unknown
} pfs_pmi_buffer_list_ctx;

typedef struct buffer_list {
    SceUID mutex_id;
    uint32_t unk_4;
    uint32_t unk_8;
    uint32_t unk_C;
    uint32_t unk_10;
    void* blc; // 0x14 - one of versions is pfs_pmi_buffer_list_ctx
} buffer_list;


typedef struct CryptEngineData { // size is 0x60
   uint32_t unk_0;
   uint32_t unk_4;
   uint32_t unk_8;
   uint16_t unk_C;
   uint16_t flag; // 0xE - flag that selects decryption type ?
   
   uint16_t key_id; // 0x10
   uint16_t seed1_base; // iv seed
   
   uint32_t unk_14;
   uint32_t unk_18;
   uint32_t unk_1C;
   
   uint32_t unk_20;
   uint32_t unk_24;
   uint32_t size1;
   char key[0x10]; // 0x2C
   
   char iv_xor_key[0x10]; // 0x3C
   
   char hmac_key[0x14]; // 0x4C
} CryptEngineData;

typedef struct CryptEngineSubctx { // size is 0x58
   uint32_t unk_0;
   uint32_t unk_4;
   uint32_t opt_code; // 0x8 - if 3 then decrypt, if 4 then encrypt, if 2 then encrypt
   CryptEngineData* data; // 0xC
   
   uint32_t unk_10;
   uint32_t source; // 0x14
   uint32_t unk_18;
   uint32_t unk_1C;
   
   uint32_t unk_20;
   uint32_t unk_24;
   uint32_t size2; // 0x28
   uint32_t nDigests; // 0x2C - also digest table index
   
   uint32_t unk_30;
   uint32_t seed0_base; // 0x34
   uint32_t dest_offset; // 0x38
   uint32_t size0; // 0x3C
   
   uint32_t size1;
   uint32_t unk_44;
   uint32_t size3; // 0x48
   char* hmac_sha1_digest; // digest to verify (possibly table)
   
   void* buffer0; // 0x50
   void* buffer1; // 0x54
} CryptEngineSubctx;

typedef struct CryptEngineWorkCtx { // size is 0x18
   void* unk_0; // pointer to data 0x140 + 0x18 ?
   void* unk_4; // pointer to data 0x140 + 0x18 ?
   CryptEngineSubctx* subctx; // 0x8
   uint32_t error; // set to 0 or error code after executing crypto task
   
   SceUID threadId; // Set with sceKernelGetThreadIdForDriver. Used with sceKernelSignalCondToForDriver.
   uint32_t unk_14;
} CryptEngineWorkCtx;

typedef _ScePfsModeSetting { // size is 0x28-bytes
	SceUInt32 unk_0x00;
	SceUInt32 is_icv; // 0: unicv (RO) | 1: icv (RW) | 2: redirect
	SceUInt32 unk_0x08;
	int files_db_open_flag;
	int icv_open_flag;
	int create_mode;
	SceUInt32 unk_0x18;
	SceBool no_write;
	SceBool no_sync;
	SceBool gd_secret;
} ScePfsModeSetting;

Data segment layout

Address Size Description
0x0000 0x20 vfs_add_data PFS_REDIRECT_INF node (Redirect Pseudo Drive.)
0x0020 0x20 vfs_add_data PFS_GDSD_INF node (Gamedata/Savedata Pseudo Drive.)
0x0040 0x20 vfs_add_data PFS_AC_INF node (AC Pseudo Drive.)
0x0060 0x20 unknown
0x0080 0x4 mutex SceUID ScePfsFiBufferList
0x0084 0x4 memblock SceUID ScePfsFiBufferList
0x0088 0x4 char* ScePfsFiBufferList
0x008C 0x4 some offset or size
0x0090 0x4 some offset or size
0x0094 0x4 void*
0x0098 0x4 mutex SceUID ScePfsVdBufferList
0x009C 0x4 memblock SceUID ScePfsVdBufferList
0x00A0 0x4 char* ScePfsVdBufferList
0x00A4 0x4 some offset or size
0x00A8 0x4 some offset or size
0x00AC 0x4 void*
0x00B0 0x4 mutex SceUID ScePfsLruPoolBufferList
0x00B4 0x4 memblock SceUID ScePfsLruPoolBufferList
0x00B8 0x4 char* ScePfsLruPoolBufferList
0x00BC 0x4 some offset or size
0x00C0 0x4 some offset or size
0x00C4 0x4 void*
0x00C8 0x4 mutex SceUID ScePfsLruTblHdrBufferList
0x00CC 0x4 memblock SceUID ScePfsLruTblHdrBufferList
0x00D0 0x4 char* ScePfsLruTblHdrBufferList
0x00D4 0x4 some offset or size
0x00D8 0x4 some offset or size
0x00DC 0x4 void*
0x00E0 0x20 unknown
0x0100 0x10 CMAC buffer used in ScePfsCryptEngineThread subroutines
0x0110 0x4 mutex SceUID ScePfsThePmi
0x0114 0x4 unknown
0x0118 0x4 pfs_pmi_buffer_list_ctx* root
0x011C 0x4 unknown
0x0120 0x4 buffer_list* with mutex SceUID ScePfsPmiBufferList
0x0124 0x4 memblock SceUID ScePfsPmiBufferList
0x0128 0x4 char* ScePfsPmiBufferList
0x012C 0x4 some offset or size
0x0130 0x4 some offset or size
0x0134 0x4 void*
0x0138 0x4 unknown
0x013C 0x4 unknown
0x0140 0x4 0
0x0144 0x4 thread SceUID ScePfsCryptEngineThread
0x0148 0x4 mutex SceUID ScePfsCryptEngineTodoMtx
0x014C 0x4 cond SceUID ScePfsCryptEngineTodoCnd
0x0150 0x4 mutex SceUID ScePfsCryptEngineDoneMtx
0x0154 0x4 cond SceUID ScePfsCryptEngineDoneCnd
0x0158 0x4 pointer to 0x158
0x015C 0x4 pointer to 0x158
0x0160 0x4 pointer to 0x160
0x0164 0x4 pointer to 0x160
0x0168 0x9D8 unknown
0x0B40 0xC0 data chunk of size 0xC0
0x0C00 180 unknown
0x0D80 0x4 mutex SceUID ScePfsCryptBufMutexVC
0x0D84 0x4 mutex SceUID ScePfsCryptBufMutexRM
0x0D88 0x4 mutex SceUID ScePfsCryptBufMutexEMMC
0x0D8C 0x4 memblock SceUID ScePfsCryptBufVC - size 0x40000
0x0D90 0x4 memblock SceUID ScePfsCryptBufVCForShared
0x0D94 0x4 memblock base of ScePfsCryptBufVC
0x0D98 0x4 memblock base of ScePfsCryptBufVCForShared
0x0D9C 0x4 0x000000FF
0x0DA0 0x4 memblock SceUID ScePfsCryptBufRM - size 0x40000
0x0DA4 0x4 memblock SceUID ScePfsCryptBufRMForShared
0x0DA8 0x4 memblock base of ScePfsCryptBufRM
0x0DAC 0x4 memblock base of ScePfsCryptBufRMForShared
0x0DB0 0x4 0x000000FF
0x0DB4 0x4 memblock SceUID ScePfsCryptBufEMM - size 0x40000
0x0DB8 0x4 memblock SceUID ScePfsCryptBufEMMCForShared
0x0DBC 0x4 memblock base of ScePfsCryptBufEMM
0x0DC0 0x4 memblock base of ScePfsCryptBufEMMCForShared
0x0DC4 0x4 0x000000FF
0x0DC8 0x4 cond SceUID ScePfsCryptBufCondVarVC
0x0DCC 0x4 cond SceUID ScePfsCryptBufCondVarRM
0x0DD0 0x4 cond SceUID ScePfsCryptBufCondVarEMMC

Decryption process

Crypto engine

ScePfsMgr heavily uses crypto API from SceSblSsMgrForDriver.

There is a separate thread in ScePfsMgr that is called ScePfsCryptEngineThread.

Almost all calls to the crypto API are done from this single thread.

ScePfsMgr uses a crypto task dispatch mechanism based on mutexes and conditions.

It uses a CryptEngineWorkCtx structure for dispatching the task.

Pointer to that structure is written at offset 0x158 of data section (this needs confirmation).

For dispatching the task ScePfsMgr uses subroutine located at offset 0xBD88.

When task is dispatched ScePfsCryptEngineTodoMtx mutex is locked, ScePfsCryptEngineTodoCnd condition is signaled, ScePfsCryptEngineTodoMtx is unlocked.

For waiting till task is completed ScePfsMgr uses subroutine located at offset 0xBEA0.

Then ScePfsCryptEngineDoneMtx mutex is locked, wait happens on ScePfsCryptEngineDoneCnd condition, ScePfsCryptEngineDoneMtx mutex is unlocked.

Meanwhile ScePfsCryptEngineThread runs.

It locks ScePfsCryptEngineTodoMtx mutex, waits for ScePfsCryptEngineTodoCnd condition, unlocks ScePfsCryptEngineTodoMtx mutex.

When task is finished ScePfsCryptEngineThread locks ScePfsCryptEngineDoneCnd mutex, signals ScePfsCryptEngineDoneCnd to specific thread, unlocks ScePfsCryptEngineDoneCnd mutex.

Thread id for signaling ScePfsCryptEngineDoneCnd is stored in CryptEngineWorkCtx.

VFS node functions

Dispatching mechanism is used only by VFS node functions.

Nodes that are used:

  • PFS_GDSD_INF
  • PFS_AC_INF

Node functions that are used:

  • 5 - sceIoReadForDriver
  • 6 - sceIoWriteForDriver
  • 16 - sceIoChstatForDriver
  • 19 - sceIoPreadForDriver
  • 20 - sceIoPwriteForDriver
  • 26 - sceIoChstatByFdForDriver

Notes

Debug PFS is prohibited on CEX: PFS mounting fails with error code 0x80010016.

ScePfsMgrForKernel

scePfsMountForKernel

Version NID
0.990.030-3.740.011 0xA772209C
int scePfsMountForKernel(const char *path, const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id, void *klicensee, SceUInt16 mode_index);

scePfsMount2ForKernel

Version NID
0.990.030-3.740.011 0x2D48AEA2
int scePfsMount2ForKernel(const char *path, const ScePfsRndDriveId *rnd_drive_id, const void *klicensee, uint16_t mode_index);

scePfsUnmountForKernel

Version NID
0.990.030-3.740.011 0x680BC384
int scePfsUnmountForKernel(const ScePfsRndDriveId *rnd_drive_id);

scePfsApproveForKernel

Version NID
0.990.030-3.740.011 0xD8D0FEE5
  • find pfs_pmi_buffer_list_ctx* by mount_point
  • check program authority ID
  • set unk_94 flag
int scePfsApproveForKernel(const ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id);

scePfsDisapproveForKernel

Version NID
0.990.030-3.740.011 0x2D67D8CA
int scePfsDisapproveForKernel(ScePfsRndDriveId *rnd_drive_id, SceUInt64 program_authority_id);

scePfsAcidDirMountForKernel

Version NID
0.990.030-3.740.011 0x4A4A8243
  • open mountpoint/dlc_folder directory
  • execute ioctl command 0x4402 with klicensee input
  • close mountpoint/dlc_folder directory
int scePfsAcidDirMountForKernel(const char *mountpoint, const char *dlc_folder, const void *klicensee);

scePfsAcidDirUnmountForKernel

Version NID
0.990.030-3.740.011 0x00C8AF80
  • open mountpoint/dlc_folder directory
  • execute ioctl command 0x4404
  • close mountpoint/dlc_folder directory
int scePfsAcidDirUnmountForKernel(const char *mountpoint, const char *dlc_folder);

scePfsAcidDirApproveForKernel

Version NID
0.990.030-3.740.011 0x8CDA249A
  • open mountpoint/dlc_folder directory
  • execute ioctl command 0x4403
  • close mountpoint/dlc_folder directory
int scePfsAcidDirApproveForKernel(const char *mountpoint, const char *dlc_folder);

scePfsAcidDirSetForKernel

Version NID
0.990.030-3.740.011 0xB0CC0A1A

ScePfsMgrForKernel_27FB7618

Version NID
0.996.090-3.740.011 0x27FB7618

Executes 0x4410 command on <device_name>0:. Gets 8 bytes of result.

int ScePfsMgrForKernel_27FB7618(const char *device_name, int *ioctl0_res, int *ioctl1_res);

ScePfsMgrForKernel_806D2EA1

Version NID
0.996.090-3.740.011 0x806D2EA1

ScePfsMgrForKernel_4C148288

Version NID
0.931.010-1.06 not present
1.500.151-3.740.011 0x4C148288

ScePfsMgrForKernel_7E4B76E6

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0x7E4B76E6

ScePfsMgrForKernel_E9D672AB

Version NID
0.931.010-2.060.011 not present
2.100.081-3.740.011 0xE9D672AB

ScePfsFacadeForKernel

t_scePfsFacadeReadForDriver

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0xBD5B21F6

This is a thread callback used by SceIofilemgr

This function is not implemented and throws 0x8014231C error

int t_scePfsFacadeReadForDriver(sceIoReadForDriver_args *args);

t_scePfsFacadeWriteForDriver

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0xCB622FFE

This is a thread callback used by SceIofilemgr

int t_scePfsFacadeWriteForDriver(sceIoWriteForDriver_args *args);

t_scePfsFacadePreadForDriver

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0x4238D2D2

This is a thread callback used by SceIofilemgr

int t_scePfsFacadePreadForDriver(sceIoPreadForDriver_args *args);

t_scePfsFacadePwriteForDriver

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0x58E643C5

This is a thread callback used by SceIofilemgr

int t_scePfsFacadePwriteForDriver(sceIoPwriteForDriver_args *args);

ScePfsFacadeForKernel_04352D52

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0x04352D52

ScePfsFacadeForKernel_7F9F4E49

Version NID
0.931.010-1.69 not present
1.800.071-3.740.011 0x7F9F4E49