SceSysmodule
Jump to navigation
Jump to search
Module
Version | World | Privilege |
---|---|---|
1.000.071-3.740.011 | Non-secure | Kernel |
Libraries
Known NIDs
Version | Name | World | Visibility | NID |
---|---|---|---|---|
1.000.071-3.740.011 | SceSysmodule | Non-secure | User | 0x3FCF19D |
SceSysmodule
sceSysmoduleIsLoadedInternal
Version | NID |
---|---|
1.000.071-3.740.011 | 0x9A4AF1D |
int sceSysmoduleIsLoadedInternal(uint32_t id);
sceSysmoduleLoadModuleInternal
Version | NID |
---|---|
1.000.071-3.740.011 | 0x2399BF45 |
The internal version of the calls ORs 0x40000000
with the id
. It also takes in a 32-bit id (the non-internal ones use 16-bit ids).
int sceSysmoduleLoadModuleInternal(uint32_t id);
sceSysmoduleUnloadModule
Version | NID |
---|---|
1.000.071-3.740.011 | 0x31D87805 |
int sceSysmoduleUnloadModule(uint16_t id);
sceSysmoduleIsLoaded
Version | NID |
---|---|
1.000.071-3.740.011 | 0x53099B7A |
int sceSysmoduleIsLoaded(uint16_t id);
sceSysmoduleLoadModule
Version | NID |
---|---|
1.000.071-3.740.011 | 0x79A0160A |
int sceSysmoduleLoadModule(uint16_t id);
_sceSysmoduleUnloadModuleInternalWithArg
Version | NID |
---|---|
1.000.071-3.740.011 | 0xA2F40C4C |
_sceSysmoduleLoadModuleInternalWithArg
Version | NID |
---|---|
1.000.071-3.740.011 | 0xC3C26339 |
int sceSysmoduleLoadModuleInternalWithArg(uint32_t id, uint32_t argc, const void *argp, void *out);
sceSysmoduleUnloadModuleInternal
Version | NID |
---|---|
1.000.071-3.740.011 | 0xFF206B19 |
int sceSysmoduleUnloadModuleInternal(uint32_t id);
Internal Sysmodules
Some sysmodules are not documented in the SDK because they are internal. Internal sysmodules are caracterized by their negative IDs.
Internal ones must be called with the "internal" load functions because they take 32-bit values.
Sysmodule ID | Name | Comments |
---|---|---|
0x80000000 | ? | |
0x80000001 | SceJpegEncArm | |
0x80000002 | SceAudiocodec | |
0x80000003 | SceJpegArm | |
0x80000004 | SceLibG729 | |
0x80000005 | ScebXCe | requires ScePaf to be loaded |
0x80000006 | SceIniFileProcessor | requires ScePaf to be loaded |
0x80000007 | SceNpActivityNet | |
0x80000008 | ScePaf | |
0x80000009 | ? | |
0x8000000A | ? | |
0x8000000B | ? | |
0x8000000C | ? | |
0x8000000D | ? | |
0x8000000E | ? | |
0x8000000F | ? | |
0x80000010 | ? | |
0x80000011 | ? | |
0x80000012 | SceCommonDialogMain | |
0x80000013 | ? | |
0x80000014 | ? | |
0x80000015 | ? | |
0x80000016 | ? | |
0x80000017 | ? | |
0x80000018 | ? | |
0x80000019 | ? | |
0x8000001A | SceNearProfile | |
0x8000001B | SceNpFriendPrivacyLevel | |
0x8000001C | ? | |
0x8000001D | ? | |
0x8000001E | SceNpKdc | |
0x8000001F | ? | |
0x80000020 | ? | |
0x80000021 | SceNpMessageDlgImplPlugin | |
0x80000022 | SceNpMessageContactsPlugin | |
0x80000023 | SceDbrecoveryUtility | |
0x80000024 | ScePromoterUtil | |
0x80000025 | ? | |
0x80000026 | ScePartyMemberListPlugin | |
0x80000027 | SceDrmPsmKdc |