diff options
author | Reiko Asakura | 2021-03-08 19:25:59 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-08 19:25:59 -0500 |
commit | bf52ec0d8d365c9cb1b18cedf18bd66888897870 (patch) | |
tree | bf60a05962a68461fe2cc606977c148abf3c9d49 /nids | |
parent | Add NIDs in SceLibGcc (diff) | |
download | vds-libraries-bf52ec0d8d365c9cb1b18cedf18bd66888897870.tar.gz |
Add and change names in SceSblACMgr from dbg log
From prototype 0.940 ss_mgr.skprx
sceSblACMgrIsSystemProgram
sceSblACMgrGetMediaType
From prototype 0.940 exfatfs.skprx
sceSblACMgrGetFSAttributeByThreadAccessLevel
sceSblACMgrSetFSAttributeByPermission
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/SceSblACMgr.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nids/360/SceSblACMgr.yml b/nids/360/SceSblACMgr.yml index 65e436e..9f22361 100644 --- a/nids/360/SceSblACMgr.yml +++ b/nids/360/SceSblACMgr.yml @@ -5,7 +5,8 @@ modules: SceSblACMgrForDriver: nid: 0x9AD8E213 functions: - sceSblACMgrGetPathId: 0x4322F188 + sceSblACMgrGetFSAttributeByThreadAccessLevel: 0x0606B87E + sceSblACMgrGetMediaType: 0x4322F188 sceSblACMgrGetSelfAuthInfo: 0x96AF69BD sceSblACMgrHasCapability: 0xC2D1F2FC sceSblACMgrIsAllowedExtendedMemory: 0x4DB7F512 @@ -23,7 +24,8 @@ modules: sceSblACMgrIsPspEmu: 0xFD00C72A sceSblACMgrIsSIEApp: 0xA67E8E5B sceSblACMgrIsSceShell: 0x991FDC15 - sceSblACMgrIsShell: 0x8612B243 sceSblACMgrIsSystem: 0x0948F41C + sceSblACMgrIsSystemProgram: 0x8612B243 sceSblACMgrIsUpdaterUISetupperOrPkgInstallerSpawn: 0x962CD237 sceSblACMgrIsWebCoreOrWebKitProcess: 0x0139FC20 + sceSblACMgrSetFSAttributeByPermission: 0x6210D745 |