diff options
author | Bluzume | 2019-12-16 22:20:50 +1300 |
---|---|---|
committer | Sunguk Lee | 2019-12-16 18:20:50 +0900 |
commit | 8e9bbcb08552a0ca9bc4e820fdc2366674dd1965 (patch) | |
tree | 266298baf210db38d6d817f01c38044bb8088d2f /nids/360 | |
parent | Merge pull request #430 from d3m3vilurr/memblock-rx (diff) | |
download | vds-libraries-8e9bbcb08552a0ca9bc4e820fdc2366674dd1965.tar.gz |
Add SceLibMtp (#432)
* Add SceLibMtp
add SceLibMtp nids found within SceShell- noted on: https://forum.devchroma.nl/index.php/topic,53.msg66.html#msg66
* Fix
Fix indent
* Move down
*oops*
* fix unlink
annoying PR is annoying
* Add more SceLibMtp nids
found again inside SceShell- https://forum.devchroma.nl/index.php/topic,54.0.html
* Kk
Don
Diffstat (limited to 'nids/360')
-rw-r--r-- | nids/360/SceLibMtp.yml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/nids/360/SceLibMtp.yml b/nids/360/SceLibMtp.yml new file mode 100644 index 0000000..48d17ed --- /dev/null +++ b/nids/360/SceLibMtp.yml @@ -0,0 +1,54 @@ +modules: + SceLibMtp: + nid: 0xB18148CA + libraries: + SceLibMtp: + nid: 0xA51D3D18 + functions: + sceMtpBeginCheckSameObjectExist: 0x331DDF07 + sceMtpBeginCreateHostDir: 0x7A16D2CF + sceMtpBeginCreateHostFile: 0x9D5EC9F2 + sceMtpBeginDeleteHostDir: 0x849AF30D + sceMtpBeginDeleteObject: 0xAC538B75 + sceMtpBeginExportObjectWithCheck: 0xCF7D70A6 + sceMtpBeginGetHostStorageSize: 0xF038BA83 + sceMtpBeginGetNpAccountInfo: 0xE1B267DC + sceMtpBeginGetNumOfObject: 0xC92F9BD3 + sceMtpBeginGetObjectMetadata: 0xBD82BC51 + sceMtpBeginGetObjectStatus2: 0x2747749A + sceMtpBeginGetObjectThumbnail: 0xEA291CFC + sceMtpBeginGetSystemSetting: 0xE3727775 + sceMtpBeginGetTotalObjectSize: 0x46CCEAEC + sceMtpBeginHandover: 0xCFCED21A + sceMtpBeginHttpGetDataWithUrl: 0x6B7800B7 + sceMtpBeginHttpGetPropertyWithUrl: 0xE3727775 + sceMtpBeginImportObject: 0xA19ECC66 + sceMtpBeginMoveHostDir: 0x77D6FB78 + sceMtpBeginNpDrmActivate: 0x2DDD1CAB + sceMtpBeginNpDrmDeactivate: 0x13FD6153 + sceMtpBeginNpDrmGetLicense: 0x439C5B59 + sceMtpBeginNpDrmGetRtc: 0xCEAED3C0 + sceMtpBeginReadObjectWithOffset: 0x94B68669 + sceMtpBeginResumeExportObject: 0x85954990 + sceMtpBeginResumeImportObject: 0xD52DCC7C + sceMtpBeginRpcNetOperationRecv: 0x32985803 + sceMtpBeginRpcNetOperationSend: 0x8E7F11CB + sceMtpBeginSearchObject: 0x7E078352 + sceMtpBeginSetSystemSetting: 0x231FB847 + sceMtpBeginSpecifiedObjectMetadata: 0xB26C8078 + sceMtpBeginWriteObjectWithOffset: 0xFFCB2181 + sceMtpCheckContextValid: 0x24130489 + sceMtpEnd: 0xF134A48F + sceMtpEndImportObject: 0xCF92F4CC + sceMtpGetBgTaskInfo: 0x7C5DDDD6 + sceMtpGetCurrentInterface: 0xD4E9D95E + sceMtpGetHostInfo: 0xB6B6C7C0 + sceMtpInit: 0xF481FE11 + sceMtpPauseExportObject: 0xF4CAB5A5 + sceMtpReset: 0x97C128BD + sceMtpResume: 0x7430E5A5 + sceMtpSetFinishCallback: 0xEBB48255 + sceMtpStart: 0x128D0D05 + sceMtpStop: 0xC7AC05E8 + sceMtpSuspend: 0x8B9F4CC5 + sceMtpTerminateExecution: 0x392B8D5E |