Advertisement
Guest User

A package for the vita scene

a guest
Jan 17th, 2016
2,284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. I decided to share the 3.50 vita modules (which is actually illegal, but I don't care) and prxtool mod with you guys, so everybody can take a look at it!
  2. This dump contains more modules than you could have dumped with vitasploit (it even contains the webkit module or an other interesting module SceCompatDialogPlugin) The important thing is that all these modules are NID UNPOISENED which means that prxtool will be able to resolve all the known NIDS.
  3. I have also included my extended db.json file in this package. This file has been manually adjusted, so don't mind the order of the NIDS. This database has got some SceAppMgrUser API's resolved which are very cool for you guys: sceAppMgrPspSaveDataRootMount, sceAppMgrConvertVs0UserDrivePath or sceAppMgrLaunchAppByUri.
  4. This is how to translate the modules into ARM assembly files:
  5. prxtool -r 0x81EFC470 -i -b -w -n db.json SceVideoExport_0x81EFC470_0.bin > videoexport.S
  6. The -i indicates whether the module is thumb mode or ARM mode. Most of the prxtool's feature won't work so don't bother trying other arguments than these here.
  7. Have fun reversing guys!
  8.  
  9. Download: https://drive.google.com/file/d/0B8d0Wy4mDFrGakRvWDZ4eUxSMzg/view?usp=sharing
  10.  
  11. TheFloW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement