summaryrefslogtreecommitdiff
path: root/nids/360/SceKernelModulemgr.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-10Remove forwarded syscallsReiko Asakura1-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.
2020-06-26Fix modulemgr one function namePrincess of Sleeping1-1/+1
2020-06-26Fix modulemgr two function namePrincess of Sleeping1-2/+2
2020-06-18Update modulemgr (#434)Princess of Sleeping1-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
2019-09-29Added some SceKernelModulemgr NIDPrincess of Sleeping1-0/+6
2019-01-31Import NIDs from https://wiki.henkaku.xyzdevnoname1201-0/+11
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
2019-01-31Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1201-0/+12
2019-01-10Added two SceModulemgrForKernel NIDsTheOfficialFloW1-0/+2
Found in debug strings in old FW.
2018-12-10Add of some SceModulemgrForKernel (#369)Princess of Sleeping1-0/+6
* Add nid of some SceModulemgrForKernel * Add function of some SceModulemgrForKernel * Update modulemgr.h
2018-10-29add ksceKernelGetProcessMainModuleDavee1-0/+1
ksceKernelGetProcessMainModule queries the kernel for the module id for a given process id.
2017-10-29Added some new nidsTheOfficialFloW1-0/+1
2017-06-15Added new NIDsTheOfficialFloW1-0/+2
2017-05-13Moved NID from wrong libraryYifan Lu1-1/+1
2017-05-13Added new function: ksceKernelStartModuleForPidYifan Lu1-0/+1
2017-02-25Added some syscallsTheOfficialFloW1-0/+3
2017-02-14Added a dozen of nidsTheOfficialFloW1-0/+1
2016-11-12Added more kernel modulemgr importsYifan Lu1-1/+5
2016-11-02kernel development headers (#67)Davee1-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