SceShell: Difference between revisions
Jump to navigation
Jump to search
Line 118: | Line 118: | ||
<source lang="C">int SceShell_3F41E440(void);</source> | <source lang="C">int SceShell_3F41E440(void);</source> | ||
=== SceShell_42053414 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x42053414 | |||
|} | |||
Looks set some network handler. | |||
<source lang="C">int SceShell_42053414(int a1, int a2, SceUInt32 *index);</source> | |||
=== SceShell_449348B6 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x449348B6 | |||
|} | |||
Set some network data. | |||
<source lang="C">int SceShell_449348B6(void *a1, int a2, void *a3);</source> | |||
=== SceShell_548A3111 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x548A3111 | |||
|} | |||
Trigger some mount event for MediaDetect. | |||
<source lang="C">int SceShell_548A3111(int a1, int a2, int a3);</source> | |||
=== SceShell_5928D835 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x5928D835 | |||
|} | |||
Get the some network count. | |||
<source lang="C">int SceShell_5928D835(int a1, int a2, int a3);</source> | |||
=== SceShell_5DC4A753 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x5DC4A753 | |||
|} | |||
Get the some network CB. | |||
<source lang="C">int SceShell_5DC4A753(void **a1);</source> | |||
=== SceShell_60129092 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x60129092 | |||
|} | |||
Set the some network data. | |||
<source lang="C">int SceShell_60129092(void *data, SceUInt32 ndata);</source> | |||
=== SceShell_6A6123E3 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x6A6123E3 | |||
|} | |||
Returns the result of comparing something's data in MediaDetect with 9. | |||
<source lang="C">SceBool SceShell_6A6123E3(void);</source> | |||
=== SceShell_6B8772A2 === | |||
{| class="wikitable" | |||
|- | |||
! Version !! NID | |||
|- | |||
| 3.60 || 0x6B8772A2 | |||
|} | |||
Relate to network. | |||
<source lang="C">int SceShell_6B8772A2(void *a1);</source> | |||
[[Category:ARM]] | [[Category:ARM]] |
Revision as of 09:20, 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);
SceShell_05D6FCB0
Version | NID |
---|---|
3.60 | 0x05D6FCB0 |
Get the some network infos.
int SceShell_05D6FCB0(void *dst, void *dst2, int *dst3);
SceShell_29A14252
Version | NID |
---|---|
3.60 | 0x29A14252 |
Set wifi enabled to reg/wlan
int SceShell_29A14252(SceBool enable);
SceShell_2E0B6FA6
Version | NID |
---|---|
3.60 | 0x2E0B6FA6 |
Looks set some handler.
int SceShell_2E0B6FA6(int a1, int a2, SceUInt32 *index);
SceShell_3059EEBC
Version | NID |
---|---|
3.60 | 0x3059EEBC |
Get the some network infos.
int SceShell_3059EEBC(void *dst, int dst_max);
SceShell_36788D70
Version | NID |
---|---|
3.60 | 0x36788D70 |
Get the some network state.
int SceShell_36788D70(SceUInt32 *type);
SceShell_3E737FBE
Version | NID |
---|---|
3.60 | 0x3E737FBE |
Get the some network infos.
int SceShell_3E737FBE(int a1, int a2, int a3, int a4);
SceShell_3F41E440
Version | NID |
---|---|
3.60 | 0x3F41E440 |
Set the some network event flag for 4.
int SceShell_3F41E440(void);
SceShell_42053414
Version | NID |
---|---|
3.60 | 0x42053414 |
Looks set some network handler.
int SceShell_42053414(int a1, int a2, SceUInt32 *index);
SceShell_449348B6
Version | NID |
---|---|
3.60 | 0x449348B6 |
Set some network data.
int SceShell_449348B6(void *a1, int a2, void *a3);
SceShell_548A3111
Version | NID |
---|---|
3.60 | 0x548A3111 |
Trigger some mount event for MediaDetect.
int SceShell_548A3111(int a1, int a2, int a3);
SceShell_5928D835
Version | NID |
---|---|
3.60 | 0x5928D835 |
Get the some network count.
int SceShell_5928D835(int a1, int a2, int a3);
SceShell_5DC4A753
Version | NID |
---|---|
3.60 | 0x5DC4A753 |
Get the some network CB.
int SceShell_5DC4A753(void **a1);
SceShell_60129092
Version | NID |
---|---|
3.60 | 0x60129092 |
Set the some network data.
int SceShell_60129092(void *data, SceUInt32 ndata);
SceShell_6A6123E3
Version | NID |
---|---|
3.60 | 0x6A6123E3 |
Returns the result of comparing something's data in MediaDetect with 9.
SceBool SceShell_6A6123E3(void);
SceShell_6B8772A2
Version | NID |
---|---|
3.60 | 0x6B8772A2 |
Relate to network.
int SceShell_6B8772A2(void *a1);