SceSblFwLoader: Difference between revisions
Jump to navigation
Jump to search
CelesteBlue (talk | contribs) |
|||
Line 39: | Line 39: | ||
Debug logs tells it does "sceSblFwLoaderSetPath". | Debug logs tells it does "sceSblFwLoaderSetPath". | ||
Locks fw loader and sets path to firmware file to work with. | |||
<source lang="c">int sceSblFwLoaderLockForDriver(char *path);</source> | |||
=== sceSblFwLoaderUnlockForDriver === | === sceSblFwLoaderUnlockForDriver === |
Revision as of 06:56, 15 July 2019
Module
Known NIDs
Version | Name | World | Privilege | NID |
---|---|---|---|---|
1.69 | SceSblFwLoader | Non-secure | Kernel | 0x589D2964 |
Libraries
Known NIDs
Version | Name | World | Visibility | NID |
---|---|---|---|---|
1.69 | SceSblFwLoaderForDriver | Non-secure | Kernel | 0x6FE424E4 |
SceSblFwLoaderForDriver
sceSblFwLoaderLoadForDriver
Version | NID |
---|---|
0.990-3.60 | 0x91C73A54 |
sceSblFwLoaderLockForDriver
Version | NID |
---|---|
0.990-3.60 | 0xA6278D27 |
Debug logs tells it does "sceSblFwLoaderSetPath".
Locks fw loader and sets path to firmware file to work with.
int sceSblFwLoaderLockForDriver(char *path);
sceSblFwLoaderUnlockForDriver
Version | NID |
---|---|
0.990-3.60 | 0xBB59FC7A |