summaryrefslogtreecommitdiff
path: root/nids/360/SceKernelModulemgr.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove forwarded syscallsReiko Asakura2021-03-101-12/+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.
* Fix modulemgr one function namePrincess of Sleeping2020-06-261-1/+1
|
* Fix modulemgr two function namePrincess of Sleeping2020-06-261-2/+2
|
* Update modulemgr (#434)Princess of Sleeping2020-06-181-3/+3
| | | | | | | | | | | | | | | | | * 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 some SceKernelModulemgr NIDPrincess of Sleeping2019-09-291-0/+6
|
* Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-311-0/+11
| | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
* Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1202019-01-311-0/+12
|
* Added two SceModulemgrForKernel NIDsTheOfficialFloW2019-01-101-0/+2
| | | Found in debug strings in old FW.
* Add of some SceModulemgrForKernel (#369)Princess of Sleeping2018-12-101-0/+6
| | | | | * Add nid of some SceModulemgrForKernel * Add function of some SceModulemgrForKernel * Update modulemgr.h
* add ksceKernelGetProcessMainModuleDavee2018-10-291-0/+1
| | | | ksceKernelGetProcessMainModule queries the kernel for the module id for a given process id.
* Added some new nidsTheOfficialFloW2017-10-291-0/+1
|
* Added new NIDsTheOfficialFloW2017-06-151-0/+2
|
* Moved NID from wrong libraryYifan Lu2017-05-131-1/+1
|
* Added new function: ksceKernelStartModuleForPidYifan Lu2017-05-131-0/+1
|
* Added some syscallsTheOfficialFloW2017-02-251-0/+3
|
* Added a dozen of nidsTheOfficialFloW2017-02-141-0/+1
|
* Added more kernel modulemgr importsYifan Lu2016-11-121-1/+5
|
* kernel development headers (#67)Davee2016-11-021-0/+29
* 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