SceDbgSdio

From Vita Development Wiki
Revision as of 13:58, 3 February 2019 by CelesteBlue (talk | contribs) (Created page with "== Module == === Known NIDs === {| class="wikitable" |- ! Version !! Name !! World !! Privilege !! NID |- | 3.60 || SceDbgSdio || Non-secure || Kernel || 0xF3C17CF3 |} == Li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Module

Known NIDs

Version Name World Privilege NID
3.60 SceDbgSdio Non-secure Kernel 0xF3C17CF3

Libraries

Known NIDs

Version Name World Visibility NID
3.60 SceDbgSdioForDriver Non-secure Kernel 0x6947917B

SceDbgSdioForDriver

sceDbgSdioOpenForDriver

Version NID
0.940-3.60 0x3D3FAF3A

sceDbgSdioCloseForDriver

Version NID
0.940-3.60 0x361E1BB6

sceDbgSdioReadForDriver

Version NID
0.940-3.60 0x3BA07B2D
int sceDbgSdioReadForDriver(SceUID id, char *buf, uint32_t size);

sceDbgSdioWriteForDriver

Version NID
0.940-3.60 0xEBD24322
int sceDbgSdioWriteForDriver(SceUID id, char *buf, uint32_t size);

SceDbgSdioForDriver_6CA17997

Version NID
0.940 0x6CA17997

Uses the ID. Uses a register that Open and Close use. Always return 0.