summaryrefslogtreecommitdiff
path: root/nids/360/SceSblACMgr.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add and change names in SceSblACMgr from wikiReiko Asakura2021-03-091-6/+14
| | | | Names from https://wiki.henkaku.xyz/vita/SceSblACMgr
* Rename sceSblACMgrIsPSMDevAssistantReiko Asakura2021-03-091-1/+1
| | | | to sceSblACMgrIsPSM
* Add and change names in SceSblACMgr from dbg logReiko Asakura2021-03-081-2/+4
| | | | | | | | | | | | From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission
* Remove forwarded syscallsReiko Asakura2021-03-101-4/+0
| | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
* Remove duplicate exportsReiko Asakura2021-03-101-25/+0
|
* db: Fix more duplicated NIDsSunguk Lee2019-03-231-19/+19
| | | | just add `2` postfix into name
* Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-311-0/+39
| | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
* Add ksceSblACMgrIsAllowedUsbSerial to db.yml (#384)Bluzume2019-01-081-0/+1
| | | | | | * Update db.yml * Update db.yml
* Revert "Added ksceSblACMgrIsUpdate"Sunguk Lee2018-07-181-1/+0
| | | | This reverts commit 5e8d76b889742567b439691f98ca07bb59da0ad9.
* Added ksceSblACMgrIsUpdateTheOfficialFloW2018-04-051-0/+1
|
* Add _sceSblACMgrIsGameProgramCelesteBlue-dev2018-03-151-0/+4
|
* Added ksceSblACMgrIsSystemTheOfficialFloW2017-11-101-0/+1
|
* Added ksceSblACMgrIsPspEmuTheOfficialFloW2017-07-141-0/+1
|
* Fix some incorrect module and library NIDsdevnoname1202017-04-181-1/+1
| | | | Fix #7
* Added many nids found in vshTheOfficialFloW2017-02-141-0/+1
|
* kernel development headers (#67)Davee2016-11-021-0/+11
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis