Difference between revisions of "SceShell"

From Vita Development Wiki
Jump to navigation Jump to search
Line 46: Line 46:
  
 
<source lang="C">int SceShell_05D6FCB0(void *dst, void *dst2, int *dst3);</source>
 
<source lang="C">int SceShell_05D6FCB0(void *dst, void *dst2, int *dst3);</source>
 +
 +
=== SceShell_29A14252 ===
 +
{| class="wikitable"
 +
|-
 +
! Version !! NID
 +
|-
 +
| 3.60 || 0x29A14252
 +
|}
 +
 +
Set wifi enabled to reg/wlan
 +
 +
<source lang="C">int SceShell_29A14252(SceBool enable);</source>
 +
 +
=== SceShell_2E0B6FA6 ===
 +
{| class="wikitable"
 +
|-
 +
! Version !! NID
 +
|-
 +
| 3.60 || 0x2E0B6FA6
 +
|}
 +
 +
Looks set some handler.
 +
 +
<source lang="C">int SceShell_2E0B6FA6(int a1, int a2, SceUInt32 *index);</source>
  
 
[[Category:ARM]]
 
[[Category:ARM]]

Revision as of 08:48, 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);