Editing VSH Exports
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2,700: | Line 2,700: | ||
| 0xF21655F3 || finds a loaded plugin || uint32_t paf::View::Find(const char* plugin) Example: uint32_t paf::View::Find("system_plugin") | | 0xF21655F3 || finds a loaded plugin || uint32_t paf::View::Find(const char* plugin) Example: uint32_t paf::View::Find("system_plugin") | ||
|- | |- | ||
| 0xCF068D31 || load (optional on memcontainer) and start sprx || void paf_CF068D31( | | 0xCF068D31 || load (optional on memcontainer) and start sprx || void paf_CF068D31(int32_t* prx_struct, const char* path, int /*ignored*/, int /*0*/, (optional) const sys_memory_container_t *mem_container) | ||
|- | |||
| 0x2F5CEE6D || stop and unload sprx || void paf_2F5CEE6D(int32_t* prx_struct) | |||
|- | |- | ||
| 0x546B3D02 || returns "PhWidget" || const char* paf_546B3D02() | | 0x546B3D02 || returns "PhWidget" || const char* paf_546B3D02() | ||
Line 5,469: | Line 5,471: | ||
|- | |- | ||
| 0x653969A5 || sceFimPresenceUnregisterCb || | | 0x653969A5 || sceFimPresenceUnregisterCb || | ||
|- | |- | ||
| 0x76A98EDD || sceGameUpdateInfoServiceInit || | | 0x76A98EDD || sceGameUpdateInfoServiceInit || | ||
|- | |- | ||
| 0xEF51375F || sceLoginServiceAddCallback || | | 0xEF51375F || sceLoginServiceAddCallback || | ||
Line 5,793: | Line 5,789: | ||
|- | |- | ||
| 0x84FCD5A6 || sceNpDeleteCallback || | | 0x84FCD5A6 || sceNpDeleteCallback || | ||
|- | |- | ||
| 0x6ED621E0 || sceNpDrmCheckActivation || | | 0x6ED621E0 || sceNpDrmCheckActivation || | ||
Line 5,812: | Line 5,802: | ||
| 0xFDA460B4 || sceNpDrmExecPspDeactivation || | | 0xFDA460B4 || sceNpDrmExecPspDeactivation || | ||
|- | |- | ||
| | | 0x5EE81C09 || sceNpDrmGetOwnerInfoVsh || | ||
|- | |- | ||
| 0x8A3EFDDA || sceNpDrmGetRifPath || | | 0x8A3EFDDA || sceNpDrmGetRifPath || | ||
|- | |- | ||
| 0x920DFD1A || sceNpDrmGetTimelimitVsh || | | 0x920DFD1A || sceNpDrmGetTimelimitVsh || | ||
|- | |- | ||
| 0x2FF0B98F || sceNpGetAboutMe || | | 0x2FF0B98F || sceNpGetAboutMe || | ||
Line 6,446: | Line 6,428: | ||
|} | |} | ||
To help documenting offsets+exports, you can use [http://www.ps3devwiki.com/index.php?title=Dev_Tools#vsh_dumper this dumper tool for vsh] (actually,no need to dump anymore). | |||
<br> here's a link to the fnids i've gathered from 0.85.007 <- | |||
https://mega.nz/#!UhFE0Lia!QxLubSAVo9UXjHF2BwakISgnLJlK7gME6bsXQJ_POMM | |||
{{Development}}<noinclude>[[Category:Main]]</noinclude> | {{Development}}<noinclude>[[Category:Main]]</noinclude> |