From 3da62f250c69fa38277b1e480ea1ef79ea56b543 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Mon, 21 Sep 2020 05:39:03 -0400 Subject: Fix module name and debug fingerprint --- nids/360/SceAudioIn.yml | 19 ---- nids/360/SceAudioin.yml | 19 ++++ nids/360/SceDbg.yml | 12 --- nids/360/SceFios2.yml | 188 ----------------------------------- nids/360/SceGameUpdate.yml | 11 -- nids/360/SceHttp.yml | 100 ------------------- nids/360/SceLibDbg.yml | 12 +++ nids/360/SceLibFios2.yml | 188 +++++++++++++++++++++++++++++++++++ nids/360/SceLibGameUpdate.yml | 11 ++ nids/360/SceLibHttp.yml | 100 +++++++++++++++++++ nids/360/SceLibLocation.yml | 29 ++++++ nids/360/SceLibLocationExtension.yml | 10 ++ nids/360/SceLibNetCtl.yml | 25 +++++ nids/360/SceLibPgf.yml | 30 ++++++ nids/360/SceLibPspnetAdhoc.yml | 35 +++++++ nids/360/SceLibPvf.yml | 50 ++++++++++ nids/360/SceLibRudp.yml | 38 +++++++ nids/360/SceLibSsl.yml | 18 ++++ nids/360/SceLiveArea.yml | 15 --- nids/360/SceLiveAreaUtil.yml | 15 +++ nids/360/SceLocation.yml | 29 ------ nids/360/SceLocationExtension.yml | 10 -- nids/360/SceNetCtl.yml | 25 ----- nids/360/SceOled.yml | 2 +- nids/360/ScePgf.yml | 30 ------ nids/360/ScePspnetAdhoc.yml | 35 ------- nids/360/ScePvf.yml | 50 ---------- nids/360/SceRudp.yml | 38 ------- nids/360/SceSas.yml | 72 -------------- nids/360/SceSasUser.yml | 72 ++++++++++++++ nids/360/SceSsl.yml | 18 ---- nids/360/SceSulpha.yml | 2 +- 32 files changed, 654 insertions(+), 654 deletions(-) delete mode 100644 nids/360/SceAudioIn.yml create mode 100644 nids/360/SceAudioin.yml delete mode 100644 nids/360/SceDbg.yml delete mode 100644 nids/360/SceFios2.yml delete mode 100644 nids/360/SceGameUpdate.yml delete mode 100644 nids/360/SceHttp.yml create mode 100644 nids/360/SceLibDbg.yml create mode 100644 nids/360/SceLibFios2.yml create mode 100644 nids/360/SceLibGameUpdate.yml create mode 100644 nids/360/SceLibHttp.yml create mode 100644 nids/360/SceLibLocation.yml create mode 100644 nids/360/SceLibLocationExtension.yml create mode 100644 nids/360/SceLibNetCtl.yml create mode 100644 nids/360/SceLibPgf.yml create mode 100644 nids/360/SceLibPspnetAdhoc.yml create mode 100644 nids/360/SceLibPvf.yml create mode 100644 nids/360/SceLibRudp.yml create mode 100644 nids/360/SceLibSsl.yml delete mode 100644 nids/360/SceLiveArea.yml create mode 100644 nids/360/SceLiveAreaUtil.yml delete mode 100644 nids/360/SceLocation.yml delete mode 100644 nids/360/SceLocationExtension.yml delete mode 100644 nids/360/SceNetCtl.yml delete mode 100644 nids/360/ScePgf.yml delete mode 100644 nids/360/ScePspnetAdhoc.yml delete mode 100644 nids/360/ScePvf.yml delete mode 100644 nids/360/SceRudp.yml delete mode 100644 nids/360/SceSas.yml create mode 100644 nids/360/SceSasUser.yml delete mode 100644 nids/360/SceSsl.yml diff --git a/nids/360/SceAudioIn.yml b/nids/360/SceAudioIn.yml deleted file mode 100644 index bf06754..0000000 --- a/nids/360/SceAudioIn.yml +++ /dev/null @@ -1,19 +0,0 @@ -modules: - SceAudioIn: - nid: 0x3DFB6F18 - libraries: - SceAudioIn: - nid: 0xF8DC61A3 - functions: - sceAudioInGetAdopt: 0x566AC433 - sceAudioInGetInput: 0x08105392 - sceAudioInGetMicGain: 0x86118097 - sceAudioInGetStatus: 0x2F940377 - sceAudioInInput: 0x638ADD2D - sceAudioInInputWithInputDeviceState: 0x343E8251 - sceAudioInOpenPort: 0x39B50DC1 - sceAudioInOpenPortForDiag: 0xC6962E84 - sceAudioInReleasePort: 0x3A61B8C4 - sceAudioInSelectInput: 0xA0EB852F - sceAudioInSetMicGain: 0x0F34DD73 - sceAudioInSetMute: 0x1DFE7698 diff --git a/nids/360/SceAudioin.yml b/nids/360/SceAudioin.yml new file mode 100644 index 0000000..a751bad --- /dev/null +++ b/nids/360/SceAudioin.yml @@ -0,0 +1,19 @@ +modules: + SceAudioin: + nid: 0x3DFB6F18 + libraries: + SceAudioIn: + nid: 0xF8DC61A3 + functions: + sceAudioInGetAdopt: 0x566AC433 + sceAudioInGetInput: 0x08105392 + sceAudioInGetMicGain: 0x86118097 + sceAudioInGetStatus: 0x2F940377 + sceAudioInInput: 0x638ADD2D + sceAudioInInputWithInputDeviceState: 0x343E8251 + sceAudioInOpenPort: 0x39B50DC1 + sceAudioInOpenPortForDiag: 0xC6962E84 + sceAudioInReleasePort: 0x3A61B8C4 + sceAudioInSelectInput: 0xA0EB852F + sceAudioInSetMicGain: 0x0F34DD73 + sceAudioInSetMute: 0x1DFE7698 diff --git a/nids/360/SceDbg.yml b/nids/360/SceDbg.yml deleted file mode 100644 index 36a3cb7..0000000 --- a/nids/360/SceDbg.yml +++ /dev/null @@ -1,12 +0,0 @@ -modules: - SceDbg: - nid: 0x0E0ABB49 - libraries: - SceDbg: - nid: 0x623DF986 - functions: - sceDbgAssertionHandler: 0x1AF3678B - sceDbgLoggingHandler: 0x6605AB19 - sceDbgSetBreakOnErrorState: 0xED4A00BA - sceDbgSetBreakOnWarningState: 0x3DEAECD3 - sceDbgSetMinimumLogLevel: 0x941622FA diff --git a/nids/360/SceFios2.yml b/nids/360/SceFios2.yml deleted file mode 100644 index 539c461..0000000 --- a/nids/360/SceFios2.yml +++ /dev/null @@ -1,188 +0,0 @@ -modules: - SceFios2: - nid: 0x00000032 - libraries: - SceFios2: - nid: 0x3AD4D630 - functions: - sceFiosArchiveGetDecompressorThreadCount: 0x716BB121 - sceFiosArchiveGetMountBufferSize: 0x15857180 - sceFiosArchiveGetMountBufferSizeSync: 0xDF3352FC - sceFiosArchiveMount: 0x92E76BBD - sceFiosArchiveMountSync: 0xC4822276 - sceFiosArchiveSetDecompressorThreadCount: 0xCD0E86D0 - sceFiosArchiveUnmount: 0xFE1E1D28 - sceFiosArchiveUnmountSync: 0xB26DC24D - sceFiosCacheContainsFileRangeSync: 0x07368D62 - sceFiosCacheContainsFileSync: 0xA74990E3 - sceFiosCacheFlushFileRangeSync: 0x7EB1134C - sceFiosCacheFlushFileSync: 0x811A68D4 - sceFiosCacheFlushSync: 0x50B173E1 - sceFiosCachePrefetchFH: 0xE83B4B91 - sceFiosCachePrefetchFHRange: 0x62BA823F - sceFiosCachePrefetchFHRangeSync: 0x55E28E75 - sceFiosCachePrefetchFHSync: 0x722EA8ED - sceFiosCachePrefetchFile: 0xC58DF766 - sceFiosCachePrefetchFileRange: 0x21619E35 - sceFiosCancelAllOps: 0x1E920B1D - sceFiosChangeStat: 0xD2CD9AF2 - sceFiosChangeStatSync: 0xC781D7B4 - sceFiosCloseAllFiles: 0xF85C208B - sceFiosDHClose: 0xF6CACFC7 - sceFiosDHCloseSync: 0x1F3CC428 - sceFiosDHGetPath: 0x2B406DEB - sceFiosDHOpen: 0xEA9855BA - sceFiosDHOpenSync: 0x34BC3713 - sceFiosDHRead: 0x72A0A851 - sceFiosDHReadSync: 0xB7E79CAD - sceFiosDateFromComponents: 0x280D284A - sceFiosDateFromSceDateTime: 0x6EC156DA - sceFiosDateGetCurrent: 0x5C593C1E - sceFiosDateToComponents: 0x5CFF6EA0 - sceFiosDateToSceDateTime: 0x94FDFFEE - sceFiosDeallocatePassthruFH: 0xFF0876EA - sceFiosDebugDumpDH: 0x44B9F8EB - sceFiosDebugDumpDate: 0x159B1FA8 - sceFiosDebugDumpError: 0x51E677DF - sceFiosDebugDumpFH: 0x5506ACAB - sceFiosDebugDumpOp: 0xE438D4F0 - sceFiosDelete: 0x764DFA7A - sceFiosDeleteSync: 0xAAC54B44 - sceFiosDevctl: 0x26D03E20 - sceFiosDevctlSync: 0xC40600DD - sceFiosDirectoryCreate: 0x9198ED8B - sceFiosDirectoryCreateSync: 0xE037B076 - sceFiosDirectoryCreateWithMode: 0xDDD6BF6B - sceFiosDirectoryCreateWithModeSync: 0xA2C610E6 - sceFiosDirectoryDelete: 0xDA93677C - sceFiosDirectoryDeleteSync: 0xB9573146 - sceFiosDirectoryExists: 0x48D50D97 - sceFiosDirectoryExistsSync: 0x726E01BE - sceFiosExists: 0x6F12D8A5 - sceFiosExistsSync: 0x125EFD34 - sceFiosFHClose: 0xA88EDCA8 - sceFiosFHCloseSync: 0x45182328 - sceFiosFHGetOpenParams: 0xC55DB73B - sceFiosFHGetPath: 0x37143AE3 - sceFiosFHGetSize: 0xC5C26581 - sceFiosFHIoctl: 0xB66A3DC8 - sceFiosFHIoctlSync: 0x8B6CAB52 - sceFiosFHOpen: 0xBF699BD4 - sceFiosFHOpenSync: 0xC3E7C3DB - sceFiosFHOpenWithMode: 0x13EFE5F0 - sceFiosFHOpenWithModeSync: 0xEE681E1D - sceFiosFHPread: 0x6A51E688 - sceFiosFHPreadSync: 0xE2805059 - sceFiosFHPreadv: 0x7C4E0C42 - sceFiosFHPreadvSync: 0x4D42F95C - sceFiosFHPwrite: 0xCF1FAA6F - sceFiosFHPwriteSync: 0x1E962F57 - sceFiosFHPwritev: 0xBBC9AFD5 - sceFiosFHPwritevSync: 0x742ADDC4 - sceFiosFHRead: 0xB09AFBDF - sceFiosFHReadSync: 0x76945919 - sceFiosFHReadv: 0x7DB0AFAF - sceFiosFHReadvSync: 0x1BC977FA - sceFiosFHSeek: 0xA75F3C4A - sceFiosFHStat: 0xD97C4DF7 - sceFiosFHStatSync: 0xF8BEAC88 - sceFiosFHSync: 0xE485F35E - sceFiosFHSyncSync: 0xA909CCE3 - sceFiosFHTell: 0xD7F33130 - sceFiosFHToFileno: 0x0009910A - sceFiosFHTruncate: 0x2B39453B - sceFiosFHTruncateSync: 0xFEF940B7 - sceFiosFHWrite: 0xE663138E - sceFiosFHWriteSync: 0x984024E5 - sceFiosFHWritev: 0x988DD7FF - sceFiosFHWritevSync: 0x267E6CE3 - sceFiosFileDelete: 0xB647278B - sceFiosFileDeleteSync: 0xB5302E30 - sceFiosFileExists: 0x8758E62F - sceFiosFileExistsSync: 0x233B070C - sceFiosFileGetSize: 0x79D9BB50 - sceFiosFileGetSizeSync: 0x789215C3 - sceFiosFileRead: 0x84080161 - sceFiosFileReadSync: 0x1C488B32 - sceFiosFileTruncate: 0xC5513E13 - sceFiosFileTruncateSync: 0x6E1252B8 - sceFiosFileWrite: 0x42C278E5 - sceFiosFileWriteSync: 0x132B6DE6 - sceFiosFilenoToFH: 0xEE3CEBB8 - sceFiosGetAllDHs: 0x681184A2 - sceFiosGetAllFHs: 0x90AB9195 - sceFiosGetAllOps: 0x8F62832C - sceFiosGetDefaultOpAttr: 0xC897F6A7 - sceFiosGetGlobalDefaultOpAttr: 0x30583FCB - sceFiosGetSuspendCount: 0x156EAFDC - sceFiosIOFilterAdd: 0xD55B8555 - sceFiosIOFilterCache: 0x428E927D - sceFiosIOFilterGetInfo: 0x7C9B14EB - sceFiosIOFilterPsarcDearchiver: 0x057252F2 - sceFiosIOFilterRemove: 0x22E35018 - sceFiosInitialize: 0x774C2C05 - sceFiosIsIdle: 0x29104BF3 - sceFiosIsInitialized: 0xF4F54E09 - sceFiosIsSuspended: 0xD2466EA5 - sceFiosIsValidHandle: 0xB309E327 - sceFiosOpCancel: 0x3904F205 - sceFiosOpDelete: 0xE4EA92FA - sceFiosOpGetActualCount: 0x218A43EE - sceFiosOpGetAttr: 0xABFEE706 - sceFiosOpGetBuffer: 0x68C436E4 - sceFiosOpGetError: 0xBF099E16 - sceFiosOpGetOffset: 0xF21213B9 - sceFiosOpGetPath: 0x157515CB - sceFiosOpGetRequestCount: 0x9C1084C5 - sceFiosOpIsCancelled: 0x0C81D80E - sceFiosOpIsDone: 0x1B9A575E - sceFiosOpReschedule: 0x968CADBD - sceFiosOpRescheduleWithPriority: 0x2B57C9A5 - sceFiosOpSyncWait: 0xE6A66C70 - sceFiosOpSyncWaitForIO: 0x202079F9 - sceFiosOpWait: 0x2AC79DFC - sceFiosOpWaitUntil: 0xCC823B47 - sceFiosOverlayAdd: 0x27AE468B - sceFiosOverlayGetInfo: 0xF4C6B72A - sceFiosOverlayGetList: 0x1C0BCAD5 - sceFiosOverlayModify: 0x30F56704 - sceFiosOverlayRemove: 0xF3C84D0F - sceFiosOverlayResolveSync: 0x8A243E74 - sceFiosPathNormalize: 0x8179CCFA - sceFiosPathcmp: 0x5E75937A - sceFiosPathncmp: 0xCC21C849 - sceFiosPrintf: 0xAF7FAADF - sceFiosRename: 0x25E399E5 - sceFiosRenameSync: 0x030306F4 - sceFiosResolve: 0xD0B19C9F - sceFiosResolveSync: 0x7FF33797 - sceFiosResume: 0xBF2D3CC1 - sceFiosSetGlobalDefaultOpAttr: 0x4E2FD311 - sceFiosShutdownAndCancelOps: 0x5B8D48C4 - sceFiosStat: 0xFF04AF72 - sceFiosStatSync: 0xACBAF3E0 - sceFiosStatisticsGet: 0xFE86B30D - sceFiosStatisticsPrint: 0x590DD306 - sceFiosStatisticsReset: 0x5216E0DA - sceFiosSuspend: 0x510953DC - sceFiosSync: 0x0DF32816 - sceFiosSyncSync: 0x06D97629 - sceFiosTerminate: 0x2904B539 - sceFiosTimeGetCurrent: 0xE76C8EC3 - sceFiosTimeIntervalFromNanoseconds: 0x35A82737 - sceFiosTimeIntervalToNanoseconds: 0x397BF626 - sceFiosUpdateParameters: 0x1915052A - sceFiosVprintf: 0x5BA4BD6D - SceFios2User: - nid: 0xC2ED82D7 - functions: - sceFiosOverlayAddForProcess02: 0x6C4BE9CD - sceFiosOverlayGetInfoForProcess02: 0xAB7B4213 - sceFiosOverlayGetList02: 0x1DD808D1 - sceFiosOverlayGetRecommendedScheduler02: 0xF5C1F928 - sceFiosOverlayModifyForProcess02: 0xCA388053 - sceFiosOverlayRemoveForProcess02: 0xE5D1B6F5 - sceFiosOverlayResolveSync02: 0x9C3AAAF0 - sceFiosOverlayResolveWithRangeSync02: 0x61C4AAC4 - sceFiosOverlayThreadIsDisabled02: 0x23B8DB1D - sceFiosOverlayThreadSetDisabled02: 0x70321220 diff --git a/nids/360/SceGameUpdate.yml b/nids/360/SceGameUpdate.yml deleted file mode 100644 index f369e97..0000000 --- a/nids/360/SceGameUpdate.yml +++ /dev/null @@ -1,11 +0,0 @@ -modules: - SceGameUpdate: - nid: 0x0207A645 - libraries: - SceGameUpdate: - nid: 0x2DD9A62D - functions: - sceGameUpdateAbort: 0x14116007 - sceGameUpdateInit: 0x2F401247 - sceGameUpdateRun: 0x3C616238 - sceGameUpdateTerm: 0x48D879BA diff --git a/nids/360/SceHttp.yml b/nids/360/SceHttp.yml deleted file mode 100644 index 7082628..0000000 --- a/nids/360/SceHttp.yml +++ /dev/null @@ -1,100 +0,0 @@ -modules: - SceHttp: - nid: 0xB015B405 - libraries: - SceHttp: - nid: 0xE8F15CDE - functions: - sceHttpAbortRequest: 0xEA61662F - sceHttpAbortRequestForce: 0x3D44A6E5 - sceHttpAbortWaitRequest: 0x42E7DFF1 - sceHttpAddCookie: 0xBEDB988D - sceHttpAddRequestHeader: 0x7B51B122 - sceHttpAddRequestHeaderRaw: 0x31C00FBA - sceHttpAuthCacheFlush: 0xAF03924C - sceHttpCookieExport: 0x4259FB9E - sceHttpCookieFlush: 0x0DACA8D4 - sceHttpCookieImport: 0x9DF48282 - sceHttpCreateConnection: 0xAEB3307E - sceHttpCreateConnectionWithURL: 0xC616C200 - sceHttpCreateEpoll: 0x7C99AF67 - sceHttpCreateRequest: 0xB0284270 - sceHttpCreateRequest2: 0x857D9242 - sceHttpCreateRequestWithURL: 0xBD5DA1D0 - sceHttpCreateRequestWithURL2: 0x1B6B7983 - sceHttpCreateTemplate: 0x62241DAB - sceHttpDeleteConnection: 0xF0F65C15 - sceHttpDeleteRequest: 0x3D3D29AD - sceHttpDeleteTemplate: 0xEC85ECFB - sceHttpDestroyEpoll: 0x07D9F8BB - sceHttpGetAcceptEncodingGZIPEnabled: 0xBBFA3C2A - sceHttpGetAllResponseHeaders: 0x11F6C27F - sceHttpGetAuthEnabled: 0x6727874C - sceHttpGetAutoRedirect: 0x6EAD73EB - sceHttpGetCookie: 0x70220BFA - sceHttpGetCookieEnabled: 0x1B6EF66E - sceHttpGetCookieStats: 0x8EF6AF55 - sceHttpGetEpoll: 0x65FE983F - sceHttpGetEpollId: 0x9E031D7C - sceHttpGetIcmOption: 0x61A4ADDE - sceHttpGetLastErrno: 0x9A68C3DE - sceHttpGetMemoryPoolStats: 0xF98CDFA9 - sceHttpGetNonblock: 0xD65746BC - sceHttpGetResponseContentLength: 0xF580D304 - sceHttpGetStatusCode: 0x27071691 - sceHttpInit: 0x214926D9 - sceHttpParseResponseHeader: 0x03A6C89E - sceHttpParseStatusLine: 0x179C56DB - sceHttpReadData: 0x7EDE3979 - sceHttpRedirectCacheFlush: 0x8BAB3971 - sceHttpRemoveRequestHeader: 0x5EB5F548 - sceHttpRequestGetAllHeaders: 0xBAA34D18 - sceHttpSendRequest: 0x9CA58B99 - sceHttpSetAcceptEncodingGZIPEnabled: 0x7295C704 - sceHttpSetAuthEnabled: 0x11EC42D0 - sceHttpSetAuthInfoCallback: 0xE0A3A88D - sceHttpSetAutoRedirect: 0x34891C3F - sceHttpSetConnectTimeOut: 0x237CA86E - sceHttpSetCookieEnabled: 0xAEE573A3 - sceHttpSetCookieMaxNum: 0x5DAA4DEF - sceHttpSetCookieMaxNumPerDomain: 0x635F961F - sceHttpSetCookieMaxSize: 0xE9C083A5 - sceHttpSetCookieRecvCallback: 0xD4F32A23 - sceHttpSetCookieSendCallback: 0x11C03867 - sceHttpSetCookieTotalMaxSize: 0x5C4080BC - sceHttpSetDefaultAcceptEncodingGZIPEnabled: 0x1EA3BB9C - sceHttpSetEpoll: 0x0F1FD1B3 - sceHttpSetEpollId: 0x5CEB6554 - sceHttpSetIcmOption: 0x23978CBC - sceHttpSetInflateGZIPEnabled: 0x5104B13D - sceHttpSetNonblock: 0x27A98BDA - sceHttpSetRecvTimeOut: 0x94BF196E - sceHttpSetRedirectCallback: 0x4E08167D - sceHttpSetRequestContentLength: 0x37C30C90 - sceHttpSetResolveRetry: 0x9AB56EA7 - sceHttpSetResolveTimeOut: 0x8455B5B3 - sceHttpSetResponseHeaderMaxSize: 0xFD76E1FB - sceHttpSetSendTimeOut: 0x8AE3F008 - sceHttpSslIsCtxCreated: 0x2D3F1281 - sceHttpTerm: 0xC9076666 - sceHttpUnsetEpoll: 0xCFB1DA4B - sceHttpUriBuild: 0x47664424 - sceHttpUriEscape: 0x1DA2A673 - sceHttpUriMerge: 0x75027D1D - sceHttpUriParse: 0x1D45F24E - sceHttpUriSweepPath: 0x50737A3F - sceHttpUriUnescape: 0x1274D318 - sceHttpWaitRequest: 0x94F7256A - sceHttpWaitRequestCB: 0x48650A83 - sceHttpsDisableOption: 0xC6D60403 - sceHttpsDisableOption2: 0x2E77B201 - sceHttpsDisableOptionPrivate: 0x00659635 - sceHttpsEnableOption: 0x9FBE2869 - sceHttpsEnableOption2: 0x1E93E8EF - sceHttpsEnableOptionPrivate: 0x72CB0741 - sceHttpsFreeCaList: 0x56C95D94 - sceHttpsGetCaList: 0xF71AA58D - sceHttpsGetSslError: 0x2B79BDE0 - sceHttpsLoadCert: 0xAE8D7C33 - sceHttpsSetSslCallback: 0xA0926037 - sceHttpsUnloadCert: 0x8577833F diff --git a/nids/360/SceLibDbg.yml b/nids/360/SceLibDbg.yml new file mode 100644 index 0000000..7b01637 --- /dev/null +++ b/nids/360/SceLibDbg.yml @@ -0,0 +1,12 @@ +modules: + SceLibDbg: + nid: 0x0E0ABB49 + libraries: + SceDbg: + nid: 0x623DF986 + functions: + sceDbgAssertionHandler: 0x1AF3678B + sceDbgLoggingHandler: 0x6605AB19 + sceDbgSetBreakOnErrorState: 0xED4A00BA + sceDbgSetBreakOnWarningState: 0x3DEAECD3 + sceDbgSetMinimumLogLevel: 0x941622FA diff --git a/nids/360/SceLibFios2.yml b/nids/360/SceLibFios2.yml new file mode 100644 index 0000000..26b8051 --- /dev/null +++ b/nids/360/SceLibFios2.yml @@ -0,0 +1,188 @@ +modules: + SceLibFios2: + nid: 0xC72B85FD + libraries: + SceFios2: + nid: 0x3AD4D630 + functions: + sceFiosArchiveGetDecompressorThreadCount: 0x716BB121 + sceFiosArchiveGetMountBufferSize: 0x15857180 + sceFiosArchiveGetMountBufferSizeSync: 0xDF3352FC + sceFiosArchiveMount: 0x92E76BBD + sceFiosArchiveMountSync: 0xC4822276 + sceFiosArchiveSetDecompressorThreadCount: 0xCD0E86D0 + sceFiosArchiveUnmount: 0xFE1E1D28 + sceFiosArchiveUnmountSync: 0xB26DC24D + sceFiosCacheContainsFileRangeSync: 0x07368D62 + sceFiosCacheContainsFileSync: 0xA74990E3 + sceFiosCacheFlushFileRangeSync: 0x7EB1134C + sceFiosCacheFlushFileSync: 0x811A68D4 + sceFiosCacheFlushSync: 0x50B173E1 + sceFiosCachePrefetchFH: 0xE83B4B91 + sceFiosCachePrefetchFHRange: 0x62BA823F + sceFiosCachePrefetchFHRangeSync: 0x55E28E75 + sceFiosCachePrefetchFHSync: 0x722EA8ED + sceFiosCachePrefetchFile: 0xC58DF766 + sceFiosCachePrefetchFileRange: 0x21619E35 + sceFiosCancelAllOps: 0x1E920B1D + sceFiosChangeStat: 0xD2CD9AF2 + sceFiosChangeStatSync: 0xC781D7B4 + sceFiosCloseAllFiles: 0xF85C208B + sceFiosDHClose: 0xF6CACFC7 + sceFiosDHCloseSync: 0x1F3CC428 + sceFiosDHGetPath: 0x2B406DEB + sceFiosDHOpen: 0xEA9855BA + sceFiosDHOpenSync: 0x34BC3713 + sceFiosDHRead: 0x72A0A851 + sceFiosDHReadSync: 0xB7E79CAD + sceFiosDateFromComponents: 0x280D284A + sceFiosDateFromSceDateTime: 0x6EC156DA + sceFiosDateGetCurrent: 0x5C593C1E + sceFiosDateToComponents: 0x5CFF6EA0 + sceFiosDateToSceDateTime: 0x94FDFFEE + sceFiosDeallocatePassthruFH: 0xFF0876EA + sceFiosDebugDumpDH: 0x44B9F8EB + sceFiosDebugDumpDate: 0x159B1FA8 + sceFiosDebugDumpError: 0x51E677DF + sceFiosDebugDumpFH: 0x5506ACAB + sceFiosDebugDumpOp: 0xE438D4F0 + sceFiosDelete: 0x764DFA7A + sceFiosDeleteSync: 0xAAC54B44 + sceFiosDevctl: 0x26D03E20 + sceFiosDevctlSync: 0xC40600DD + sceFiosDirectoryCreate: 0x9198ED8B + sceFiosDirectoryCreateSync: 0xE037B076 + sceFiosDirectoryCreateWithMode: 0xDDD6BF6B + sceFiosDirectoryCreateWithModeSync: 0xA2C610E6 + sceFiosDirectoryDelete: 0xDA93677C + sceFiosDirectoryDeleteSync: 0xB9573146 + sceFiosDirectoryExists: 0x48D50D97 + sceFiosDirectoryExistsSync: 0x726E01BE + sceFiosExists: 0x6F12D8A5 + sceFiosExistsSync: 0x125EFD34 + sceFiosFHClose: 0xA88EDCA8 + sceFiosFHCloseSync: 0x45182328 + sceFiosFHGetOpenParams: 0xC55DB73B + sceFiosFHGetPath: 0x37143AE3 + sceFiosFHGetSize: 0xC5C26581 + sceFiosFHIoctl: 0xB66A3DC8 + sceFiosFHIoctlSync: 0x8B6CAB52 + sceFiosFHOpen: 0xBF699BD4 + sceFiosFHOpenSync: 0xC3E7C3DB + sceFiosFHOpenWithMode: 0x13EFE5F0 + sceFiosFHOpenWithModeSync: 0xEE681E1D + sceFiosFHPread: 0x6A51E688 + sceFiosFHPreadSync: 0xE2805059 + sceFiosFHPreadv: 0x7C4E0C42 + sceFiosFHPreadvSync: 0x4D42F95C + sceFiosFHPwrite: 0xCF1FAA6F + sceFiosFHPwriteSync: 0x1E962F57 + sceFiosFHPwritev: 0xBBC9AFD5 + sceFiosFHPwritevSync: 0x742ADDC4 + sceFiosFHRead: 0xB09AFBDF + sceFiosFHReadSync: 0x76945919 + sceFiosFHReadv: 0x7DB0AFAF + sceFiosFHReadvSync: 0x1BC977FA + sceFiosFHSeek: 0xA75F3C4A + sceFiosFHStat: 0xD97C4DF7 + sceFiosFHStatSync: 0xF8BEAC88 + sceFiosFHSync: 0xE485F35E + sceFiosFHSyncSync: 0xA909CCE3 + sceFiosFHTell: 0xD7F33130 + sceFiosFHToFileno: 0x0009910A + sceFiosFHTruncate: 0x2B39453B + sceFiosFHTruncateSync: 0xFEF940B7 + sceFiosFHWrite: 0xE663138E + sceFiosFHWriteSync: 0x984024E5 + sceFiosFHWritev: 0x988DD7FF + sceFiosFHWritevSync: 0x267E6CE3 + sceFiosFileDelete: 0xB647278B + sceFiosFileDeleteSync: 0xB5302E30 + sceFiosFileExists: 0x8758E62F + sceFiosFileExistsSync: 0x233B070C + sceFiosFileGetSize: 0x79D9BB50 + sceFiosFileGetSizeSync: 0x789215C3 + sceFiosFileRead: 0x84080161 + sceFiosFileReadSync: 0x1C488B32 + sceFiosFileTruncate: 0xC5513E13 + sceFiosFileTruncateSync: 0x6E1252B8 + sceFiosFileWrite: 0x42C278E5 + sceFiosFileWriteSync: 0x132B6DE6 + sceFiosFilenoToFH: 0xEE3CEBB8 + sceFiosGetAllDHs: 0x681184A2 + sceFiosGetAllFHs: 0x90AB9195 + sceFiosGetAllOps: 0x8F62832C + sceFiosGetDefaultOpAttr: 0xC897F6A7 + sceFiosGetGlobalDefaultOpAttr: 0x30583FCB + sceFiosGetSuspendCount: 0x156EAFDC + sceFiosIOFilterAdd: 0xD55B8555 + sceFiosIOFilterCache: 0x428E927D + sceFiosIOFilterGetInfo: 0x7C9B14EB + sceFiosIOFilterPsarcDearchiver: 0x057252F2 + sceFiosIOFilterRemove: 0x22E35018 + sceFiosInitialize: 0x774C2C05 + sceFiosIsIdle: 0x29104BF3 + sceFiosIsInitialized: 0xF4F54E09 + sceFiosIsSuspended: 0xD2466EA5 + sceFiosIsValidHandle: 0xB309E327 + sceFiosOpCancel: 0x3904F205 + sceFiosOpDelete: 0xE4EA92FA + sceFiosOpGetActualCount: 0x218A43EE + sceFiosOpGetAttr: 0xABFEE706 + sceFiosOpGetBuffer: 0x68C436E4 + sceFiosOpGetError: 0xBF099E16 + sceFiosOpGetOffset: 0xF21213B9 + sceFiosOpGetPath: 0x157515CB + sceFiosOpGetRequestCount: 0x9C1084C5 + sceFiosOpIsCancelled: 0x0C81D80E + sceFiosOpIsDone: 0x1B9A575E + sceFiosOpReschedule: 0x968CADBD + sceFiosOpRescheduleWithPriority: 0x2B57C9A5 + sceFiosOpSyncWait: 0xE6A66C70 + sceFiosOpSyncWaitForIO: 0x202079F9 + sceFiosOpWait: 0x2AC79DFC + sceFiosOpWaitUntil: 0xCC823B47 + sceFiosOverlayAdd: 0x27AE468B + sceFiosOverlayGetInfo: 0xF4C6B72A + sceFiosOverlayGetList: 0x1C0BCAD5 + sceFiosOverlayModify: 0x30F56704 + sceFiosOverlayRemove: 0xF3C84D0F + sceFiosOverlayResolveSync: 0x8A243E74 + sceFiosPathNormalize: 0x8179CCFA + sceFiosPathcmp: 0x5E75937A + sceFiosPathncmp: 0xCC21C849 + sceFiosPrintf: 0xAF7FAADF + sceFiosRename: 0x25E399E5 + sceFiosRenameSync: 0x030306F4 + sceFiosResolve: 0xD0B19C9F + sceFiosResolveSync: 0x7FF33797 + sceFiosResume: 0xBF2D3CC1 + sceFiosSetGlobalDefaultOpAttr: 0x4E2FD311 + sceFiosShutdownAndCancelOps: 0x5B8D48C4 + sceFiosStat: 0xFF04AF72 + sceFiosStatSync: 0xACBAF3E0 + sceFiosStatisticsGet: 0xFE86B30D + sceFiosStatisticsPrint: 0x590DD306 + sceFiosStatisticsReset: 0x5216E0DA + sceFiosSuspend: 0x510953DC + sceFiosSync: 0x0DF32816 + sceFiosSyncSync: 0x06D97629 + sceFiosTerminate: 0x2904B539 + sceFiosTimeGetCurrent: 0xE76C8EC3 + sceFiosTimeIntervalFromNanoseconds: 0x35A82737 + sceFiosTimeIntervalToNanoseconds: 0x397BF626 + sceFiosUpdateParameters: 0x1915052A + sceFiosVprintf: 0x5BA4BD6D + SceFios2User: + nid: 0xC2ED82D7 + functions: + sceFiosOverlayAddForProcess02: 0x6C4BE9CD + sceFiosOverlayGetInfoForProcess02: 0xAB7B4213 + sceFiosOverlayGetList02: 0x1DD808D1 + sceFiosOverlayGetRecommendedScheduler02: 0xF5C1F928 + sceFiosOverlayModifyForProcess02: 0xCA388053 + sceFiosOverlayRemoveForProcess02: 0xE5D1B6F5 + sceFiosOverlayResolveSync02: 0x9C3AAAF0 + sceFiosOverlayResolveWithRangeSync02: 0x61C4AAC4 + sceFiosOverlayThreadIsDisabled02: 0x23B8DB1D + sceFiosOverlayThreadSetDisabled02: 0x70321220 diff --git a/nids/360/SceLibGameUpdate.yml b/nids/360/SceLibGameUpdate.yml new file mode 100644 index 0000000..38ffa38 --- /dev/null +++ b/nids/360/SceLibGameUpdate.yml @@ -0,0 +1,11 @@ +modules: + SceLibGameUpdate: + nid: 0x0207A645 + libraries: + SceGameUpdate: + nid: 0x2DD9A62D + functions: + sceGameUpdateAbort: 0x14116007 + sceGameUpdateInit: 0x2F401247 + sceGameUpdateRun: 0x3C616238 + sceGameUpdateTerm: 0x48D879BA diff --git a/nids/360/SceLibHttp.yml b/nids/360/SceLibHttp.yml new file mode 100644 index 0000000..a1ef996 --- /dev/null +++ b/nids/360/SceLibHttp.yml @@ -0,0 +1,100 @@ +modules: + SceLibHttp: + nid: 0xB015B405 + libraries: + SceHttp: + nid: 0xE8F15CDE + functions: + sceHttpAbortRequest: 0xEA61662F + sceHttpAbortRequestForce: 0x3D44A6E5 + sceHttpAbortWaitRequest: 0x42E7DFF1 + sceHttpAddCookie: 0xBEDB988D + sceHttpAddRequestHeader: 0x7B51B122 + sceHttpAddRequestHeaderRaw: 0x31C00FBA + sceHttpAuthCacheFlush: 0xAF03924C + sceHttpCookieExport: 0x4259FB9E + sceHttpCookieFlush: 0x0DACA8D4 + sceHttpCookieImport: 0x9DF48282 + sceHttpCreateConnection: 0xAEB3307E + sceHttpCreateConnectionWithURL: 0xC616C200 + sceHttpCreateEpoll: 0x7C99AF67 + sceHttpCreateRequest: 0xB0284270 + sceHttpCreateRequest2: 0x857D9242 + sceHttpCreateRequestWithURL: 0xBD5DA1D0 + sceHttpCreateRequestWithURL2: 0x1B6B7983 + sceHttpCreateTemplate: 0x62241DAB + sceHttpDeleteConnection: 0xF0F65C15 + sceHttpDeleteRequest: 0x3D3D29AD + sceHttpDeleteTemplate: 0xEC85ECFB + sceHttpDestroyEpoll: 0x07D9F8BB + sceHttpGetAcceptEncodingGZIPEnabled: 0xBBFA3C2A + sceHttpGetAllResponseHeaders: 0x11F6C27F + sceHttpGetAuthEnabled: 0x6727874C + sceHttpGetAutoRedirect: 0x6EAD73EB + sceHttpGetCookie: 0x70220BFA + sceHttpGetCookieEnabled: 0x1B6EF66E + sceHttpGetCookieStats: 0x8EF6AF55 + sceHttpGetEpoll: 0x65FE983F + sceHttpGetEpollId: 0x9E031D7C + sceHttpGetIcmOption: 0x61A4ADDE + sceHttpGetLastErrno: 0x9A68C3DE + sceHttpGetMemoryPoolStats: 0xF98CDFA9 + sceHttpGetNonblock: 0xD65746BC + sceHttpGetResponseContentLength: 0xF580D304 + sceHttpGetStatusCode: 0x27071691 + sceHttpInit: 0x214926D9 + sceHttpParseResponseHeader: 0x03A6C89E + sceHttpParseStatusLine: 0x179C56DB + sceHttpReadData: 0x7EDE3979 + sceHttpRedirectCacheFlush: 0x8BAB3971 + sceHttpRemoveRequestHeader: 0x5EB5F548 + sceHttpRequestGetAllHeaders: 0xBAA34D18 + sceHttpSendRequest: 0x9CA58B99 + sceHttpSetAcceptEncodingGZIPEnabled: 0x7295C704 + sceHttpSetAuthEnabled: 0x11EC42D0 + sceHttpSetAuthInfoCallback: 0xE0A3A88D + sceHttpSetAutoRedirect: 0x34891C3F + sceHttpSetConnectTimeOut: 0x237CA86E + sceHttpSetCookieEnabled: 0xAEE573A3 + sceHttpSetCookieMaxNum: 0x5DAA4DEF + sceHttpSetCookieMaxNumPerDomain: 0x635F961F + sceHttpSetCookieMaxSize: 0xE9C083A5 + sceHttpSetCookieRecvCallback: 0xD4F32A23 + sceHttpSetCookieSendCallback: 0x11C03867 + sceHttpSetCookieTotalMaxSize: 0x5C4080BC + sceHttpSetDefaultAcceptEncodingGZIPEnabled: 0x1EA3BB9C + sceHttpSetEpoll: 0x0F1FD1B3 + sceHttpSetEpollId: 0x5CEB6554 + sceHttpSetIcmOption: 0x23978CBC + sceHttpSetInflateGZIPEnabled: 0x5104B13D + sceHttpSetNonblock: 0x27A98BDA + sceHttpSetRecvTimeOut: 0x94BF196E + sceHttpSetRedirectCallback: 0x4E08167D + sceHttpSetRequestContentLength: 0x37C30C90 + sceHttpSetResolveRetry: 0x9AB56EA7 + sceHttpSetResolveTimeOut: 0x8455B5B3 + sceHttpSetResponseHeaderMaxSize: 0xFD76E1FB + sceHttpSetSendTimeOut: 0x8AE3F008 + sceHttpSslIsCtxCreated: 0x2D3F1281 + sceHttpTerm: 0xC9076666 + sceHttpUnsetEpoll: 0xCFB1DA4B + sceHttpUriBuild: 0x47664424 + sceHttpUriEscape: 0x1DA2A673 + sceHttpUriMerge: 0x75027D1D + sceHttpUriParse: 0x1D45F24E + sceHttpUriSweepPath: 0x50737A3F + sceHttpUriUnescape: 0x1274D318 + sceHttpWaitRequest: 0x94F7256A + sceHttpWaitRequestCB: 0x48650A83 + sceHttpsDisableOption: 0xC6D60403 + sceHttpsDisableOption2: 0x2E77B201 + sceHttpsDisableOptionPrivate: 0x00659635 + sceHttpsEnableOption: 0x9FBE2869 + sceHttpsEnableOption2: 0x1E93E8EF + sceHttpsEnableOptionPrivate: 0x72CB0741 + sceHttpsFreeCaList: 0x56C95D94 + sceHttpsGetCaList: 0xF71AA58D + sceHttpsGetSslError: 0x2B79BDE0 + sceHttpsLoadCert: 0xAE8D7C33 + sceHttpsSetSslCallback: 0xA0926037 + sceHttpsUnloadCert: 0x8577833F diff --git a/nids/360/SceLibLocation.yml b/nids/360/SceLibLocation.yml new file mode 100644 index 0000000..4b46f86 --- /dev/null +++ b/nids/360/SceLibLocation.yml @@ -0,0 +1,29 @@ +modules: + SceLibLocation: + nid: 0x6015DE69 + libraries: + SceLibLocation: + nid: 0x924D86D7 + functions: + sceLocationCancelGetLocation: 0x71503251 + sceLocationClose: 0x14FE76E8 + sceLocationConfirm: 0xC895E567 + sceLocationConfirmAbort: 0xE3CBF875 + sceLocationConfirmGetResult: 0xFF016C13 + sceLocationConfirmGetStatus: 0x730FF842 + sceLocationDenyApplication: 0x8AAF3FBD + sceLocationGetHeading: 0x4E9E5ED9 + sceLocationGetLocation: 0x15BC27C8 + sceLocationGetLocationWithTimeout: 0x16F41ED0 + sceLocationGetMethod: 0x188CE004 + sceLocationGetPermission: 0x482622C6 + sceLocationInit: 0x09C4F674 + sceLocationOpen: 0xDD271661 + sceLocationReopen: 0xB1F55065 + sceLocationSetGpsEmulationFile: 0xDE0A9EA4 + sceLocationSetThreadParameter: 0xAA026B53 + sceLocationStartHeadingCallback: 0x07D4DFE0 + sceLocationStartLocationCallback: 0x12D1F0EA + sceLocationStopHeadingCallback: 0x92E53F94 + sceLocationStopLocationCallback: 0xED378700 + sceLocationTerm: 0x1E80199A diff --git a/nids/360/SceLibLocationExtension.yml b/nids/360/SceLibLocationExtension.yml new file mode 100644 index 0000000..f3f4ee7 --- /dev/null +++ b/nids/360/SceLibLocationExtension.yml @@ -0,0 +1,10 @@ +modules: + SceLibLocationExtension: + nid: 0xB1CA6E7C + libraries: + SceLibLocationExtension: + nid: 0x2ECC3C56 + functions: + sceLocationCancelQueryLocationWifiHistory: 0x46D2F044 + sceLocationGetLocationWifiHistory: 0x82DE9BF8 + sceLocationQueryLocationWifiHistory: 0x277DA915 diff --git a/nids/360/SceLibNetCtl.yml b/nids/360/SceLibNetCtl.yml new file mode 100644 index 0000000..19a5992 --- /dev/null +++ b/nids/360/SceLibNetCtl.yml @@ -0,0 +1,25 @@ +modules: + SceLibNetCtl: + nid: 0xFA4A5948 + libraries: + SceNetCtl: + nid: 0xC6083AE1 + functions: + sceNetCtlAdhocDisconnect: 0xED43B79A + sceNetCtlAdhocGetInAddr: 0x7118C99D + sceNetCtlAdhocGetPeerList: 0x77586C59 + sceNetCtlAdhocGetResult: 0x7AE0ED19 + sceNetCtlAdhocGetState: 0x0961A561 + sceNetCtlAdhocRegisterCallback: 0xFFA9D594 + sceNetCtlAdhocUnregisterCallback: 0xA4471E10 + sceNetCtlCheckCallback: 0xDFFC3ED4 + sceNetCtlGetIfStat: 0xDA130450 + sceNetCtlGetNatInfo: 0x4DDD6149 + sceNetCtlGetPhoneMaxDownloadableSize: 0x4FB4BEA1 + sceNetCtlInetGetInfo: 0xB26D07F3 + sceNetCtlInetGetResult: 0x6B20EC02 + sceNetCtlInetGetState: 0x6D26AC68 + sceNetCtlInetRegisterCallback: 0xEAEE6185 + sceNetCtlInetUnregisterCallback: 0xD0C3BF3F + sceNetCtlInit: 0x495CA1DB + sceNetCtlTerm: 0xCD188648 diff --git a/nids/360/SceLibPgf.yml b/nids/360/SceLibPgf.yml new file mode 100644 index 0000000..d4e6a9d --- /dev/null +++ b/nids/360/SceLibPgf.yml @@ -0,0 +1,30 @@ +modules: + SceLibPgf: + nid: 0xB40B26E9 + libraries: + ScePgf: + nid: 0x9F3504F2 + functions: + sceFontClose: 0x4A7293E9 + sceFontDoneLib: 0x07EE1733 + sceFontFindFont: 0x51061D87 + sceFontFindOptimumFont: 0x8DFBAE1B + sceFontFlush: 0x7D8CB13B + sceFontGetCharGlyphImage: 0xAB45AAD3 + sceFontGetCharGlyphImage_Clip: 0xEB589530 + sceFontGetCharImageRect: 0x70C86B3E + sceFontGetCharInfo: 0x6FD1BA65 + sceFontGetFontInfo: 0xF9414FA2 + sceFontGetFontInfoByIndexNumber: 0xAB034738 + sceFontGetFontList: 0xD56DCCEA + sceFontGetNumFontList: 0x9F842307 + sceFontNewLib: 0x1055ABA3 + sceFontOpen: 0xBD2DFCFF + sceFontOpenUserFile: 0xE260E740 + sceFontOpenUserMemory: 0xB23ED47C + sceFontPixelToPointH: 0x9E38F4D6 + sceFontPixelToPointV: 0x7B45E2D1 + sceFontPointToPixelH: 0x39B9AEFF + sceFontPointToPixelV: 0x03F10EC8 + sceFontSetAltCharacterCode: 0x8D5B44DF + sceFontSetResolution: 0xDE47674C diff --git a/nids/360/SceLibPspnetAdhoc.yml b/nids/360/SceLibPspnetAdhoc.yml new file mode 100644 index 0000000..04bdbc8 --- /dev/null +++ b/nids/360/SceLibPspnetAdhoc.yml @@ -0,0 +1,35 @@ +modules: + SceLibPspnetAdhoc: + nid: 0x321EF128 + libraries: + ScePspnetAdhoc: + nid: 0x19C6AFDC + functions: + sceNetAdhocGetPdpStat: 0x02098B69 + sceNetAdhocGetPtpStat: 0xE45F0801 + sceNetAdhocGetSocketAlert: 0xCA249F53 + sceNetAdhocInit: 0x87805E13 + sceNetAdhocPdpCreate: 0xF2EC12CD + sceNetAdhocPdpDelete: 0xB7B6A662 + sceNetAdhocPdpRecv: 0x1172398C + sceNetAdhocPdpSend: 0xB56238BA + sceNetAdhocPollSocket: 0x54ED636D + sceNetAdhocPtpAccept: 0x0A0423DD + sceNetAdhocPtpClose: 0xA083BF7C + sceNetAdhocPtpConnect: 0x632EDB11 + sceNetAdhocPtpFlush: 0xAD5F570D + sceNetAdhocPtpListen: 0x8F683810 + sceNetAdhocPtpOpen: 0x81498625 + sceNetAdhocPtpRecv: 0x0291EF5B + sceNetAdhocPtpSend: 0x0A4E32EF + sceNetAdhocSetSocketAlert: 0x31F45B51 + sceNetAdhocTerm: 0x6C0B4971 + sceNetAdhocctlGetAddrByName: 0xD3230114 + sceNetAdhocctlGetAdhocId: 0x49AF74AE + sceNetAdhocctlGetEtherAddr: 0xA40F17E0 + sceNetAdhocctlGetNameByAddr: 0xFCA965F6 + sceNetAdhocctlGetParameter: 0x051D8368 + sceNetAdhocctlGetPeerInfo: 0x14552BB1 + sceNetAdhocctlGetPeerList: 0x356AA25E + sceNetAdhocctlInit: 0xE2FE9DD6 + sceNetAdhocctlTerm: 0x97A80065 diff --git a/nids/360/SceLibPvf.yml b/nids/360/SceLibPvf.yml new file mode 100644 index 0000000..3ee4bd4 --- /dev/null +++ b/nids/360/SceLibPvf.yml @@ -0,0 +1,50 @@ +modules: + SceLibPvf: + nid: 0x820F86E8 + libraries: + ScePvf: + nid: 0x68D59260 + functions: + __scePvfSetFt2DoneLibCHook: 0x58142D71 + __scePvfSetFt2LibCHook: 0x997161C3 + scePvfClose: 0xD282C23C + scePvfDoneLib: 0xE17717EC + scePvfFindFont: 0x984E5BFE + scePvfFindOptimumFont: 0x2761FEAC + scePvfFlush: 0x687FF765 + scePvfGetCharGlyphImage: 0x37DA496A + scePvfGetCharGlyphImage_Clip: 0xA55F973F + scePvfGetCharGlyphOutline: 0x17A7873B + scePvfGetCharImageRect: 0x6C1B9CAF + scePvfGetCharInfo: 0xA88EEDB0 + scePvfGetFontInfo: 0xAB0C7CF2 + scePvfGetFontInfoByIndexNumber: 0xF3E1E8BD + scePvfGetFontList: 0x66F2D767 + scePvfGetKerningInfo: 0xBC90F661 + scePvfGetNumFontList: 0xF6C4A855 + scePvfGetVertCharGlyphImage: 0x8AE8433A + scePvfGetVertCharGlyphImage_Clip: 0xEEDAB884 + scePvfGetVertCharGlyphOutline: 0xECCB0CEE + scePvfGetVertCharImageRect: 0x64E0EA8B + scePvfGetVertCharInfo: 0xB8D01915 + scePvfIsElement: 0x9F018F25 + scePvfIsVertElement: 0xE676A888 + scePvfNewLib: 0x72E58672 + scePvfOpen: 0xE35434BB + scePvfOpenDefaultJapaneseFontOnSharedMemory: 0xFEEE373A + scePvfOpenDefaultLatinFontOnSharedMemory: 0x9CBC1A46 + scePvfOpenUserFile: 0xD535520F + scePvfOpenUserFileWithSubfontIndex: 0x10452B86 + scePvfOpenUserMemory: 0x9E65E4ED + scePvfOpenUserMemoryWithSubfontIndex: 0xA81570EB + scePvfPixelToPointH: 0xF56B5B9B + scePvfPixelToPointV: 0xCDA282D2 + scePvfPointToPixelH: 0x91F02F9A + scePvfPointToPixelV: 0x35465BD7 + scePvfReleaseCharGlyphOutline: 0xB6CE89E1 + scePvfSetAltCharacterCode: 0x830625C2 + scePvfSetCharSize: 0xF17ADE4D + scePvfSetEM: 0xDFB677C5 + scePvfSetEmboldenRate: 0x6E787722 + scePvfSetResolution: 0xC4444FB3 + scePvfSetSkewValue: 0x3DD09BC9 diff --git a/nids/360/SceLibRudp.yml b/nids/360/SceLibRudp.yml new file mode 100644 index 0000000..d7d1ce9 --- /dev/null +++ b/nids/360/SceLibRudp.yml @@ -0,0 +1,38 @@ +modules: + SceLibRudp: + nid: 0x0B6F819A + libraries: + SceLibRudp: + nid: 0x32910D11 + functions: + sceRudpActivate: 0xF1151D91 + sceRudpBind: 0x8B766108 + sceRudpCreateContext: 0x772C07E8 + sceRudpEnableInternalIOThread: 0x3A495E69 + sceRudpEnableInternalIOThread2: 0x87EC465E + sceRudpEnd: 0x3EA0961E + sceRudpFlush: 0x8D45BA52 + sceRudpGetContextStatus: 0xD620B557 + sceRudpGetLocalInfo: 0x4DC43692 + sceRudpGetMaxSegmentSize: 0x68A52861 + sceRudpGetNumberOfPacketsToRead: 0x5D0460CD + sceRudpGetOption: 0xE68005E3 + sceRudpGetRemoteInfo: 0x104E4D3B + sceRudpGetSizeReadable: 0x6B74CA22 + sceRudpGetSizeWritable: 0xADE196DC + sceRudpGetStatus: 0xD77928C5 + sceRudpInit: 0x22C9AA29 + sceRudpInitiate: 0x46B635BD + sceRudpNetReceived: 0x2C1E736E + sceRudpPollCancel: 0xA9B92EFE + sceRudpPollControl: 0x18668BD8 + sceRudpPollCreate: 0x943D96EC + sceRudpPollDestroy: 0xC9ACBDF0 + sceRudpPollWait: 0x55918C7C + sceRudpProcessEvents: 0x24E36E39 + sceRudpRead: 0x30A9438E + sceRudpSetEventHandler: 0x396A24D6 + sceRudpSetMaxSegmentSize: 0xE1DD9645 + sceRudpSetOption: 0xBD87A5CA + sceRudpTerminate: 0x552B2D3E + sceRudpWrite: 0x69C9DE15 diff --git a/nids/360/SceLibSsl.yml b/nids/360/SceLibSsl.yml new file mode 100644 index 0000000..c23500c --- /dev/null +++ b/nids/360/SceLibSsl.yml @@ -0,0 +1,18 @@ +modules: + SceLibSsl: + nid: 0x9CD6CA85 + libraries: + SceSsl: + nid: 0xCAF5F2E9 + functions: + sceSslFreeSslCertName: 0xC73687E4 + sceSslGetIssuerName: 0x412711E5 + sceSslGetMemoryPoolStats: 0xBD203262 + sceSslGetNameEntryCount: 0x95E14CA6 + sceSslGetNameEntryInfo: 0x2A857867 + sceSslGetNotAfter: 0xF5ED7B68 + sceSslGetNotBefore: 0x70DEA174 + sceSslGetSerialNumber: 0x901C5C15 + sceSslGetSubjectName: 0x9B2F1BC1 + sceSslInit: 0x3C733316 + sceSslTerm: 0x03CE6E3A diff --git a/nids/360/SceLiveArea.yml b/nids/360/SceLiveArea.yml deleted file mode 100644 index 315f053..0000000 --- a/nids/360/SceLiveArea.yml +++ /dev/null @@ -1,15 +0,0 @@ -modules: - SceLiveArea: - nid: 0x6D180EF6 - libraries: - SceLiveAreaUtil: - nid: 0x5303CB07 - functions: - sceLiveAreaGetFrameRevision: 0xD6EE2214 - sceLiveAreaGetFrameUserData: 0xD6FD367F - sceLiveAreaGetRevision: 0x833F5D0A - sceLiveAreaGetStatus: 0x7FE5B83F - sceLiveAreaReplaceAllAsync: 0x18066BA9 - sceLiveAreaReplaceAllSync: 0x29C65C0B - sceLiveAreaUpdateFrameAsync: 0xD330285D - sceLiveAreaUpdateFrameSync: 0xCFCEDE95 diff --git a/nids/360/SceLiveAreaUtil.yml b/nids/360/SceLiveAreaUtil.yml new file mode 100644 index 0000000..614d228 --- /dev/null +++ b/nids/360/SceLiveAreaUtil.yml @@ -0,0 +1,15 @@ +modules: + SceLiveAreaUtil: + nid: 0x6D180EF6 + libraries: + SceLiveAreaUtil: + nid: 0x5303CB07 + functions: + sceLiveAreaGetFrameRevision: 0xD6EE2214 + sceLiveAreaGetFrameUserData: 0xD6FD367F + sceLiveAreaGetRevision: 0x833F5D0A + sceLiveAreaGetStatus: 0x7FE5B83F + sceLiveAreaReplaceAllAsync: 0x18066BA9 + sceLiveAreaReplaceAllSync: 0x29C65C0B + sceLiveAreaUpdateFrameAsync: 0xD330285D + sceLiveAreaUpdateFrameSync: 0xCFCEDE95 diff --git a/nids/360/SceLocation.yml b/nids/360/SceLocation.yml deleted file mode 100644 index 2406b85..0000000 --- a/nids/360/SceLocation.yml +++ /dev/null @@ -1,29 +0,0 @@ -modules: - SceLocation: - nid: 0x00000059 - libraries: - SceLibLocation: - nid: 0x924D86D7 - functions: - sceLocationCancelGetLocation: 0x71503251 - sceLocationClose: 0x14FE76E8 - sceLocationConfirm: 0xC895E567 - sceLocationConfirmAbort: 0xE3CBF875 - sceLocationConfirmGetResult: 0xFF016C13 - sceLocationConfirmGetStatus: 0x730FF842 - sceLocationDenyApplication: 0x8AAF3FBD - sceLocationGetHeading: 0x4E9E5ED9 - sceLocationGetLocation: 0x15BC27C8 - sceLocationGetLocationWithTimeout: 0x16F41ED0 - sceLocationGetMethod: 0x188CE004 - sceLocationGetPermission: 0x482622C6 - sceLocationInit: 0x09C4F674 - sceLocationOpen: 0xDD271661 - sceLocationReopen: 0xB1F55065 - sceLocationSetGpsEmulationFile: 0xDE0A9EA4 - sceLocationSetThreadParameter: 0xAA026B53 - sceLocationStartHeadingCallback: 0x07D4DFE0 - sceLocationStartLocationCallback: 0x12D1F0EA - sceLocationStopHeadingCallback: 0x92E53F94 - sceLocationStopLocationCallback: 0xED378700 - sceLocationTerm: 0x1E80199A diff --git a/nids/360/SceLocationExtension.yml b/nids/360/SceLocationExtension.yml deleted file mode 100644 index c1f26ac..0000000 --- a/nids/360/SceLocationExtension.yml +++ /dev/null @@ -1,10 +0,0 @@ -modules: - SceLocationExtension: - nid: 0x0000005B - libraries: - SceLibLocationExtension: - nid: 0x2ECC3C56 - functions: - sceLocationCancelQueryLocationWifiHistory: 0x46D2F044 - sceLocationGetLocationWifiHistory: 0x82DE9BF8 - sceLocationQueryLocationWifiHistory: 0x277DA915 diff --git a/nids/360/SceNetCtl.yml b/nids/360/SceNetCtl.yml deleted file mode 100644 index b86afa7..0000000 --- a/nids/360/SceNetCtl.yml +++ /dev/null @@ -1,25 +0,0 @@ -modules: - SceNetCtl: - nid: 0xFA4A5948 - libraries: - SceNetCtl: - nid: 0xC6083AE1 - functions: - sceNetCtlAdhocDisconnect: 0xED43B79A - sceNetCtlAdhocGetInAddr: 0x7118C99D - sceNetCtlAdhocGetPeerList: 0x77586C59 - sceNetCtlAdhocGetResult: 0x7AE0ED19 - sceNetCtlAdhocGetState: 0x0961A561 - sceNetCtlAdhocRegisterCallback: 0xFFA9D594 - sceNetCtlAdhocUnregisterCallback: 0xA4471E10 - sceNetCtlCheckCallback: 0xDFFC3ED4 - sceNetCtlGetIfStat: 0xDA130450 - sceNetCtlGetNatInfo: 0x4DDD6149 - sceNetCtlGetPhoneMaxDownloadableSize: 0x4FB4BEA1 - sceNetCtlInetGetInfo: 0xB26D07F3 - sceNetCtlInetGetResult: 0x6B20EC02 - sceNetCtlInetGetState: 0x6D26AC68 - sceNetCtlInetRegisterCallback: 0xEAEE6185 - sceNetCtlInetUnregisterCallback: 0xD0C3BF3F - sceNetCtlInit: 0x495CA1DB - sceNetCtlTerm: 0xCD188648 diff --git a/nids/360/SceOled.yml b/nids/360/SceOled.yml index 91d4a2c..11ea150 100644 --- a/nids/360/SceOled.yml +++ b/nids/360/SceOled.yml @@ -1,6 +1,6 @@ modules: SceOled: - nid: 0x5410837A + nid: 0xE49D6C00 libraries: SceOledForDriver: nid: 0x60C7478A diff --git a/nids/360/ScePgf.yml b/nids/360/ScePgf.yml deleted file mode 100644 index 2444415..0000000 --- a/nids/360/ScePgf.yml +++ /dev/null @@ -1,30 +0,0 @@ -modules: - ScePgf: - nid: 0xB40B26E9 - libraries: - ScePgf: - nid: 0x9F3504F2 - functions: - sceFontClose: 0x4A7293E9 - sceFontDoneLib: 0x07EE1733 - sceFontFindFont: 0x51061D87 - sceFontFindOptimumFont: 0x8DFBAE1B - sceFontFlush: 0x7D8CB13B - sceFontGetCharGlyphImage: 0xAB45AAD3 - sceFontGetCharGlyphImage_Clip: 0xEB589530 - sceFontGetCharImageRect: 0x70C86B3E - sceFontGetCharInfo: 0x6FD1BA65 - sceFontGetFontInfo: 0xF9414FA2 - sceFontGetFontInfoByIndexNumber: 0xAB034738 - sceFontGetFontList: 0xD56DCCEA - sceFontGetNumFontList: 0x9F842307 - sceFontNewLib: 0x1055ABA3 - sceFontOpen: 0xBD2DFCFF - sceFontOpenUserFile: 0xE260E740 - sceFontOpenUserMemory: 0xB23ED47C - sceFontPixelToPointH: 0x9E38F4D6 - sceFontPixelToPointV: 0x7B45E2D1 - sceFontPointToPixelH: 0x39B9AEFF - sceFontPointToPixelV: 0x03F10EC8 - sceFontSetAltCharacterCode: 0x8D5B44DF - sceFontSetResolution: 0xDE47674C diff --git a/nids/360/ScePspnetAdhoc.yml b/nids/360/ScePspnetAdhoc.yml deleted file mode 100644 index c7f7f18..0000000 --- a/nids/360/ScePspnetAdhoc.yml +++ /dev/null @@ -1,35 +0,0 @@ -modules: - ScePspnetAdhoc: - nid: 0x321EF128 - libraries: - ScePspnetAdhoc: - nid: 0x19C6AFDC - functions: - sceNetAdhocGetPdpStat: 0x02098B69 - sceNetAdhocGetPtpStat: 0xE45F0801 - sceNetAdhocGetSocketAlert: 0xCA249F53 - sceNetAdhocInit: 0x87805E13 - sceNetAdhocPdpCreate: 0xF2EC12CD - sceNetAdhocPdpDelete: 0xB7B6A662 - sceNetAdhocPdpRecv: 0x1172398C - sceNetAdhocPdpSend: 0xB56238BA - sceNetAdhocPollSocket: 0x54ED636D - sceNetAdhocPtpAccept: 0x0A0423DD - sceNetAdhocPtpClose: 0xA083BF7C - sceNetAdhocPtpConnect: 0x632EDB11 - sceNetAdhocPtpFlush: 0xAD5F570D - sceNetAdhocPtpListen: 0x8F683810 - sceNetAdhocPtpOpen: 0x81498625 - sceNetAdhocPtpRecv: 0x0291EF5B - sceNetAdhocPtpSend: 0x0A4E32EF - sceNetAdhocSetSocketAlert: 0x31F45B51 - sceNetAdhocTerm: 0x6C0B4971 - sceNetAdhocctlGetAddrByName: 0xD3230114 - sceNetAdhocctlGetAdhocId: 0x49AF74AE - sceNetAdhocctlGetEtherAddr: 0xA40F17E0 - sceNetAdhocctlGetNameByAddr: 0xFCA965F6 - sceNetAdhocctlGetParameter: 0x051D8368 - sceNetAdhocctlGetPeerInfo: 0x14552BB1 - sceNetAdhocctlGetPeerList: 0x356AA25E - sceNetAdhocctlInit: 0xE2FE9DD6 - sceNetAdhocctlTerm: 0x97A80065 diff --git a/nids/360/ScePvf.yml b/nids/360/ScePvf.yml deleted file mode 100644 index f60343b..0000000 --- a/nids/360/ScePvf.yml +++ /dev/null @@ -1,50 +0,0 @@ -modules: - ScePvf: - nid: 0x820F86E8 - libraries: - ScePvf: - nid: 0x68D59260 - functions: - __scePvfSetFt2DoneLibCHook: 0x58142D71 - __scePvfSetFt2LibCHook: 0x997161C3 - scePvfClose: 0xD282C23C - scePvfDoneLib: 0xE17717EC - scePvfFindFont: 0x984E5BFE - scePvfFindOptimumFont: 0x2761FEAC - scePvfFlush: 0x687FF765 - scePvfGetCharGlyphImage: 0x37DA496A - scePvfGetCharGlyphImage_Clip: 0xA55F973F - scePvfGetCharGlyphOutline: 0x17A7873B - scePvfGetCharImageRect: 0x6C1B9CAF - scePvfGetCharInfo: 0xA88EEDB0 - scePvfGetFontInfo: 0xAB0C7CF2 - scePvfGetFontInfoByIndexNumber: 0xF3E1E8BD - scePvfGetFontList: 0x66F2D767 - scePvfGetKerningInfo: 0xBC90F661 - scePvfGetNumFontList: 0xF6C4A855 - scePvfGetVertCharGlyphImage: 0x8AE8433A - scePvfGetVertCharGlyphImage_Clip: 0xEEDAB884 - scePvfGetVertCharGlyphOutline: 0xECCB0CEE - scePvfGetVertCharImageRect: 0x64E0EA8B - scePvfGetVertCharInfo: 0xB8D01915 - scePvfIsElement: 0x9F018F25 - scePvfIsVertElement: 0xE676A888 - scePvfNewLib: 0x72E58672 - scePvfOpen: 0xE35434BB - scePvfOpenDefaultJapaneseFontOnSharedMemory: 0xFEEE373A - scePvfOpenDefaultLatinFontOnSharedMemory: 0x9CBC1A46 - scePvfOpenUserFile: 0xD535520F - scePvfOpenUserFileWithSubfontIndex: 0x10452B86 - scePvfOpenUserMemory: 0x9E65E4ED - scePvfOpenUserMemoryWithSubfontIndex: 0xA81570EB - scePvfPixelToPointH: 0xF56B5B9B - scePvfPixelToPointV: 0xCDA282D2 - scePvfPointToPixelH: 0x91F02F9A - scePvfPointToPixelV: 0x35465BD7 - scePvfReleaseCharGlyphOutline: 0xB6CE89E1 - scePvfSetAltCharacterCode: 0x830625C2 - scePvfSetCharSize: 0xF17ADE4D - scePvfSetEM: 0xDFB677C5 - scePvfSetEmboldenRate: 0x6E787722 - scePvfSetResolution: 0xC4444FB3 - scePvfSetSkewValue: 0x3DD09BC9 diff --git a/nids/360/SceRudp.yml b/nids/360/SceRudp.yml deleted file mode 100644 index 7e9371f..0000000 --- a/nids/360/SceRudp.yml +++ /dev/null @@ -1,38 +0,0 @@ -modules: - SceRudp: - nid: 0x0B6F819A - libraries: - SceLibRudp: - nid: 0x32910D11 - functions: - sceRudpActivate: 0xF1151D91 - sceRudpBind: 0x8B766108 - sceRudpCreateContext: 0x772C07E8 - sceRudpEnableInternalIOThread: 0x3A495E69 - sceRudpEnableInternalIOThread2: 0x87EC465E - sceRudpEnd: 0x3EA0961E - sceRudpFlush: 0x8D45BA52 - sceRudpGetContextStatus: 0xD620B557 - sceRudpGetLocalInfo: 0x4DC43692 - sceRudpGetMaxSegmentSize: 0x68A52861 - sceRudpGetNumberOfPacketsToRead: 0x5D0460CD - sceRudpGetOption: 0xE68005E3 - sceRudpGetRemoteInfo: 0x104E4D3B - sceRudpGetSizeReadable: 0x6B74CA22 - sceRudpGetSizeWritable: 0xADE196DC - sceRudpGetStatus: 0xD77928C5 - sceRudpInit: 0x22C9AA29 - sceRudpInitiate: 0x46B635BD - sceRudpNetReceived: 0x2C1E736E - sceRudpPollCancel: 0xA9B92EFE - sceRudpPollControl: 0x18668BD8 - sceRudpPollCreate: 0x943D96EC - sceRudpPollDestroy: 0xC9ACBDF0 - sceRudpPollWait: 0x55918C7C - sceRudpProcessEvents: 0x24E36E39 - sceRudpRead: 0x30A9438E - sceRudpSetEventHandler: 0x396A24D6 - sceRudpSetMaxSegmentSize: 0xE1DD9645 - sceRudpSetOption: 0xBD87A5CA - sceRudpTerminate: 0x552B2D3E - sceRudpWrite: 0x69C9DE15 diff --git a/nids/360/SceSas.yml b/nids/360/SceSas.yml deleted file mode 100644 index 4569f15..0000000 --- a/nids/360/SceSas.yml +++ /dev/null @@ -1,72 +0,0 @@ -modules: - SceSas: - nid: 0xBDF706EB - libraries: - SceSas: - nid: 0xEE47EC43 - functions: - sceSasCheckGrain: 0x0AEA9963 - sceSasCore: 0x7A4672B2 - sceSasCoreInternal: 0x62CCF050 - sceSasCoreWithMix: 0xBD496983 - sceSasExit: 0xBB7D6790 - sceSasExitInternal: 0x799DD9C0 - sceSasGetDryPeak: 0xB6642276 - sceSasGetDryPeakInternal: 0x40ED8367 - sceSasGetEndState: 0x007E63E6 - sceSasGetEndStateInternal: 0x0F771045 - sceSasGetEnvelope: 0x296A9910 - sceSasGetEnvelopeInternal: 0xE3A5D1D4 - sceSasGetGrain: 0x2BEA45BC - sceSasGetGrainInternal: 0x26B2B2A9 - sceSasGetNeededMemorySize: 0x180C6824 - sceSasGetNeededMemorySizeInternal: 0x5F82207D - sceSasGetOutputmode: 0x2C36E150 - sceSasGetOutputmodeInternal: 0x0B96AF29 - sceSasGetPauseState: 0xFD1A0CBF - sceSasGetPauseStateInternal: 0xBEEBC820 - sceSasGetPreMasterPeak: 0x1568017A - sceSasGetPreMasterPeakInternal: 0x3D4F37FF - sceSasGetWetPeak: 0x4314F0E9 - sceSasGetWetPeakInternal: 0x0DE54FF9 - sceSasInit: 0x449B5974 - sceSasInitInternal: 0x5C5250C1 - sceSasInitWithGrain: 0x820D5F82 - sceSasSetADSR: 0x18A5EFA2 - sceSasSetADSRInternal: 0x44514A50 - sceSasSetADSRmode: 0x5207F9D2 - sceSasSetADSRmodeInternal: 0xE9F3944D - sceSasSetDistortion: 0x011788BE - sceSasSetDistortionInternal: 0x1744ACD7 - sceSasSetEffect: 0xB0444E69 - sceSasSetEffectInternal: 0xE04ACC5A - sceSasSetEffectParam: 0xBAD546A0 - sceSasSetEffectParamInternal: 0xCB23EA6D - sceSasSetEffectType: 0xCDF2DDD5 - sceSasSetEffectTypeInternal: 0xDAF4773A - sceSasSetEffectVolume: 0x55EDDBFA - sceSasSetEffectVolumeInternal: 0x50D722D7 - sceSasSetGrain: 0x2B4A207C - sceSasSetGrainInternal: 0xB47D5122 - sceSasSetKeyOff: 0x5E42ADAB - sceSasSetKeyOffInternal: 0x4636ACC2 - sceSasSetKeyOn: 0xC838DB6F - sceSasSetKeyOnInternal: 0xB26DF4BF - sceSasSetNoise: 0xF1C63CB9 - sceSasSetNoiseInternal: 0xBD2907EA - sceSasSetOutputmode: 0x44DDB3C4 - sceSasSetOutputmodeInternal: 0x107D1850 - sceSasSetPause: 0x59C7A9DF - sceSasSetPauseInternal: 0x79665BCA - sceSasSetPitch: 0x2C48A08C - sceSasSetPitchInternal: 0x81AF90AC - sceSasSetSL: 0xDE6227B8 - sceSasSetSLInternal: 0xFE263F55 - sceSasSetSimpleADSR: 0xECCE0DB8 - sceSasSetSimpleADSRInternal: 0xBF95B455 - sceSasSetVoice: 0x2B75F9BC - sceSasSetVoiceInternal: 0x0C294FAF - sceSasSetVoicePCM: 0xB1756EFC - sceSasSetVoicePCMInternal: 0xEB6708B0 - sceSasSetVolume: 0x0BE8204D - sceSasSetVolumeInternal: 0x868E1C88 diff --git a/nids/360/SceSasUser.yml b/nids/360/SceSasUser.yml new file mode 100644 index 0000000..f71d70a --- /dev/null +++ b/nids/360/SceSasUser.yml @@ -0,0 +1,72 @@ +modules: + SceSasUser: + nid: 0xBDF706EB + libraries: + SceSas: + nid: 0xEE47EC43 + functions: + sceSasCheckGrain: 0x0AEA9963 + sceSasCore: 0x7A4672B2 + sceSasCoreInternal: 0x62CCF050 + sceSasCoreWithMix: 0xBD496983 + sceSasExit: 0xBB7D6790 + sceSasExitInternal: 0x799DD9C0 + sceSasGetDryPeak: 0xB6642276 + sceSasGetDryPeakInternal: 0x40ED8367 + sceSasGetEndState: 0x007E63E6 + sceSasGetEndStateInternal: 0x0F771045 + sceSasGetEnvelope: 0x296A9910 + sceSasGetEnvelopeInternal: 0xE3A5D1D4 + sceSasGetGrain: 0x2BEA45BC + sceSasGetGrainInternal: 0x26B2B2A9 + sceSasGetNeededMemorySize: 0x180C6824 + sceSasGetNeededMemorySizeInternal: 0x5F82207D + sceSasGetOutputmode: 0x2C36E150 + sceSasGetOutputmodeInternal: 0x0B96AF29 + sceSasGetPauseState: 0xFD1A0CBF + sceSasGetPauseStateInternal: 0xBEEBC820 + sceSasGetPreMasterPeak: 0x1568017A + sceSasGetPreMasterPeakInternal: 0x3D4F37FF + sceSasGetWetPeak: 0x4314F0E9 + sceSasGetWetPeakInternal: 0x0DE54FF9 + sceSasInit: 0x449B5974 + sceSasInitInternal: 0x5C5250C1 + sceSasInitWithGrain: 0x820D5F82 + sceSasSetADSR: 0x18A5EFA2 + sceSasSetADSRInternal: 0x44514A50 + sceSasSetADSRmode: 0x5207F9D2 + sceSasSetADSRmodeInternal: 0xE9F3944D + sceSasSetDistortion: 0x011788BE + sceSasSetDistortionInternal: 0x1744ACD7 + sceSasSetEffect: 0xB0444E69 + sceSasSetEffectInternal: 0xE04ACC5A + sceSasSetEffectParam: 0xBAD546A0 + sceSasSetEffectParamInternal: 0xCB23EA6D + sceSasSetEffectType: 0xCDF2DDD5 + sceSasSetEffectTypeInternal: 0xDAF4773A + sceSasSetEffectVolume: 0x55EDDBFA + sceSasSetEffectVolumeInternal: 0x50D722D7 + sceSasSetGrain: 0x2B4A207C + sceSasSetGrainInternal: 0xB47D5122 + sceSasSetKeyOff: 0x5E42ADAB + sceSasSetKeyOffInternal: 0x4636ACC2 + sceSasSetKeyOn: 0xC838DB6F + sceSasSetKeyOnInternal: 0xB26DF4BF + sceSasSetNoise: 0xF1C63CB9 + sceSasSetNoiseInternal: 0xBD2907EA + sceSasSetOutputmode: 0x44DDB3C4 + sceSasSetOutputmodeInternal: 0x107D1850 + sceSasSetPause: 0x59C7A9DF + sceSasSetPauseInternal: 0x79665BCA + sceSasSetPitch: 0x2C48A08C + sceSasSetPitchInternal: 0x81AF90AC + sceSasSetSL: 0xDE6227B8 + sceSasSetSLInternal: 0xFE263F55 + sceSasSetSimpleADSR: 0xECCE0DB8 + sceSasSetSimpleADSRInternal: 0xBF95B455 + sceSasSetVoice: 0x2B75F9BC + sceSasSetVoiceInternal: 0x0C294FAF + sceSasSetVoicePCM: 0xB1756EFC + sceSasSetVoicePCMInternal: 0xEB6708B0 + sceSasSetVolume: 0x0BE8204D + sceSasSetVolumeInternal: 0x868E1C88 diff --git a/nids/360/SceSsl.yml b/nids/360/SceSsl.yml deleted file mode 100644 index 1a4ac2b..0000000 --- a/nids/360/SceSsl.yml +++ /dev/null @@ -1,18 +0,0 @@ -modules: - SceSsl: - nid: 0x9CD6CA85 - libraries: - SceSsl: - nid: 0xCAF5F2E9 - functions: - sceSslFreeSslCertName: 0xC73687E4 - sceSslGetIssuerName: 0x412711E5 - sceSslGetMemoryPoolStats: 0xBD203262 - sceSslGetNameEntryCount: 0x95E14CA6 - sceSslGetNameEntryInfo: 0x2A857867 - sceSslGetNotAfter: 0xF5ED7B68 - sceSslGetNotBefore: 0x70DEA174 - sceSslGetSerialNumber: 0x901C5C15 - sceSslGetSubjectName: 0x9B2F1BC1 - sceSslInit: 0x3C733316 - sceSslTerm: 0x03CE6E3A diff --git a/nids/360/SceSulpha.yml b/nids/360/SceSulpha.yml index 9ff5b42..38076c0 100644 --- a/nids/360/SceSulpha.yml +++ b/nids/360/SceSulpha.yml @@ -1,6 +1,6 @@ modules: SceSulpha: - nid: 0x000000D4 + nid: 0x2C476B6B libraries: SceSulpha: nid: 0x533DEBDE -- cgit v1.2.3