| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* update SceKernelModuleInfo and SceKernelSegmentInfo
* update SceKernelModuleInfo and SceKernelSegmentInfo
* fix wrong name of modulemgr nid
* fix SceKernelModuleName
* fix wrong function and wrong struct
* fix sort
* update SceKernelModuleInfo
* update SceKernelModuleInfo
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added sceAVConfigSetDisplayColorSpaceMode to header
* Fixed typo
* Added SceColorSpaceMode enum
* Typo
* Update avconfig.h
* Update avconfig.h
* Update avconfig.h
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
Credits: GrapheneCt
From https://forum.devchroma.nl/index.php/topic,149.0.html
|
| | | |
| | |
| | |
| | | |
Credits: Princess-of-Sleeping
|
| | | |
| | |
| | |
| | | |
From https://github.com/GrapheneCt/Vita-PoC/blob/master/incoming_dialog.h
|
| | | |
| | |
| | |
| | | |
From https://github.com/GrapheneCt/Vita-PoC/blob/master/notificationutil.h
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Prototypes from https://github.com/GrapheneCt/Vita-PoC
See also for examples.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. Renamed sceKernelDeleteFastMutex to sceKernelFinalizeFastMutex. This
matches the name found in 0.940 prototype firmware and the NID has not
changed since then.
2. Unlike lightweight mutex, the work area is not required to be 8 byte
aligned, but I have done so anyway.
3. The work area's size is 0x40, but only 0x28 is used. However it is
not safe to use a smaller work area because sceKernelFinalizeFastMutex
memsets 0x40 bytes to 0.
4. The last field of the work area, 4 bytes long at offset 0x24,
contains the dummy value 0xA35DB473 when the fast mutex is initialised.
Functions in SceKernelThreadmgr related to fast mutex will check this
value and this allows us to find all functions related to fast mutex.
|
| | | |
| | |
| | |
| | | |
Struct definition from https://github.com/GrapheneCt/BGFTP/blob/c69fd4e7c3275dd5d6efd32af2e795df2ffab2d6/appmain/main.c#L16
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\| | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update promoterutil.h
* Update promoterutil.h
* Update promoterutil.h
* Update promoterutil.h
* add ScePromoterUtilityPackageType Enum
* Add comment back- fix braces etc
* Update promoterutil.h
|
| |\ \
| | |
| | | |
Compiler-independent struct align macro
|
| |/ / |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Match db.yml names (pss_crypto_open)
the _p was from a plugin that hooks these functions ..
* Add pss_crypto_close
* Update unk0
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* Add scePsmDrmGetRifInfo
scePsmDrmGetRifInfo calls kscePsmDrmGetRifInfo them memcpy_to_user the result ..
* Fix ordering
|
| |\ \
| | |
| | | |
modulemgr.h: correct offsets in SceKernelModuleInfo
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add SceLibMtp
add SceLibMtp nids found within SceShell- noted on: https://forum.devchroma.nl/index.php/topic,53.msg66.html#msg66
* Fix
Fix indent
* Move down
*oops*
* fix unlink
annoying PR is annoying
* Add more SceLibMtp nids
found again inside SceShell- https://forum.devchroma.nl/index.php/topic,54.0.html
* Kk
Don
|
| |\ \
| | |
| | | |
psp2: Add SCE_KERNEL_MEMBLOCK_TYPE_USER_RX
|
| | | |
| | |
| | |
| | | |
sceKernelAllocMemBlockForVM would alloc the memchunk typed by 0x0C20D050
|
| |\ \ \
| |/ /
|/| | |
add kscePowerRequestShutdown
|
| |/ /
| |
| | |
FINALLY A FUNCTION TO TURN OFF THE VITA!!!
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Added some function and description
* update ksceKernelGetModuleInfoMinByAddr
* update ksceKernelGetModuleInfoMinByAddr
* fix SceKernelModuleName
|