SceShell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
| 3.600.011-3.740.011 || SceShell || Non-secure || User || 0x2404AE25 | | 3.600.011-3.740.011 || SceShell || Non-secure || User || 0x2404AE25 | ||
|} | |} | ||
== SceShell == | |||
=== SceShell_0025417F === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x0025417F | |||
|} | |||
Get the some network infos. | |||
<source lang="C">int SceShell_0025417F(void *dst,int dst_max);</source> | |||
[[Category:ARM]] | [[Category:ARM]] |
Revision as of 08:39, 23 May 2023
PS Vita main shell.
Module
Version | World | Privilege |
---|---|---|
1.00-3.740.011 | Non-secure | User |
Libraries
Known NIDs
Version | Name | World | Visibility | NID |
---|---|---|---|---|
3.600.011-3.740.011 | SceShell | Non-secure | User | 0x2404AE25 |
SceShell
SceShell_0025417F
Version | NID |
---|---|
3.60 | 0x0025417F |
Get the some network infos.
int SceShell_0025417F(void *dst,int dst_max);