diff options
author | GrapheneCt | 2020-06-05 02:51:34 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-06-05 02:51:34 -0400 |
commit | 94a0c307de8b1072dbe00dfd0f3c02a001fbb535 (patch) | |
tree | 9ed57625206866b1cdd9d6c57fb54f27813124bc /nids/360/SceNotificationUtil.yml | |
parent | kernel fast mutex: add and fix all related (diff) | |
download | vds-libraries-94a0c307de8b1072dbe00dfd0f3c02a001fbb535.tar.gz |
SceNotificationUtil: add NIDs and header
Prototypes from https://github.com/GrapheneCt/Vita-PoC
See also for examples.
Diffstat (limited to 'nids/360/SceNotificationUtil.yml')
-rw-r--r-- | nids/360/SceNotificationUtil.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/nids/360/SceNotificationUtil.yml b/nids/360/SceNotificationUtil.yml new file mode 100644 index 0000000..375bc93 --- /dev/null +++ b/nids/360/SceNotificationUtil.yml @@ -0,0 +1,19 @@ +modules: + SceNotificationUtil: + nid: 0x355BAF61 + libraries: + SceNotificationUtil: + nid: 0xE19097C3 + functions: + sceNotificationUtilCleanHistory: 0xB0FFFB7B + sceNotificationUtilSendNotification: 0xDE6F33F4 + SceNotificationUtilBgApp: + nid: 0xA8AEF7DB + functions: + sceNotificationUtilBgAppInitialize: 0xCBE814C1 + SceNotificationUtilProgress: + nid: 0x75602769 + functions: + sceNotificationUtilProgressBegin: 0xFD0769B0 + sceNotificationUtilProgressFinish: 0x8CD688A1 + sceNotificationUtilProgressUpdate: 0xD9890A65 |