Silicaly

Untitled

Jan 3rd, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. SilicaAndPina@AtelierWindows MSYS /c/Users/SilicaAndPina/Desktop/f00d
  2. $ python2 pup_fiction.py 351.pup 351
  3. Extracting 351.pup to 351
  4. --------------------------------------------------------------------------------
  5. PUP Version: 0x2
  6. Firmware Version: 0x03510000
  7. Build Number: 560888
  8. Number of Files: 35
  9. --------------------------------------------------------------------------------
  10. - version.txt
  11. - license.xml
  12. - psp2swu.self
  13. - cui_setupper.self
  14. - vs0_chmod-00.pkg
  15. - vs0_chmod-01.pkg
  16. - boot_slb2-00.pkg
  17. - os0-00.pkg
  18. - vs0-00.pkg
  19. - vs0-01.pkg
  20. - vs0-02.pkg
  21. - vs0-03.pkg
  22. - vs0-04.pkg
  23. - vs0-05.pkg
  24. - vs0-06.pkg
  25. - vs0-07.pkg
  26. - vs0-08.pkg
  27. - vs0-09.pkg
  28. - vs0-10.pkg
  29. - vs0-11.pkg
  30. - vs0-12.pkg
  31. - vs0-13.pkg
  32. - vs0_tarpatch-00.pkg
  33. - vs0_tarpatch-01.pkg
  34. - pervasive8-00.pkg
  35. - pervasive8-01.pkg
  36. - pervasive8-02.pkg
  37. - pervasive8-03.pkg
  38. - pervasive8-04.pkg
  39. - pervasive8-05.pkg
  40. - pervasive8-06.pkg
  41. - pervasive8-07.pkg
  42. - pervasive8-08.pkg
  43. - package_scewm.wm
  44. - package_sceas.as
  45. --------------------------------------------------------------------------------
  46. Decrypted boot_slb2-00.pkg
  47. Decrypted os0-00.pkg
  48. Decrypted pervasive8-00.pkg
  49. Decrypted pervasive8-01.pkg
  50. Decrypted pervasive8-02.pkg
  51. Decrypted pervasive8-03.pkg
  52. Decrypted pervasive8-04.pkg
  53. Decrypted pervasive8-05.pkg
  54. Decrypted pervasive8-06.pkg
  55. Decrypted pervasive8-07.pkg
  56. Decrypted pervasive8-08.pkg
  57. Decrypted vs0-00.pkg
  58. Decrypted vs0-01.pkg
  59. Decrypted vs0-02.pkg
  60. Decrypted vs0-03.pkg
  61. Decrypted vs0-04.pkg
  62. Decrypted vs0-05.pkg
  63. Decrypted vs0-06.pkg
  64. Decrypted vs0-07.pkg
  65. Decrypted vs0-08.pkg
  66. Decrypted vs0-09.pkg
  67. Decrypted vs0-10.pkg
  68. Decrypted vs0-11.pkg
  69. Decrypted vs0-12.pkg
  70. Decrypted vs0-13.pkg
  71. Decrypted vs0_chmod-00.pkg
  72. Decrypted vs0_chmod-01.pkg
  73. Decrypted vs0_tarpatch-00.pkg
  74. Decrypted vs0_tarpatch-01.pkg
  75. Decrypted cui_setupper.self
  76. Decrypted psp2swu.self
  77. --------------------------------------------------------------------------------
  78. SLB2 version: 1, flags: 0x200, file_count: 7, total_blocks: 0x2000
  79. - second_loader.enp
  80. - second_loader.enc
  81. - secure_kernel.enp
  82. - secure_kernel.enc
  83. - kernel_boot_loader.self
  84. - kprx_auth_sm.self
  85. - prog_rvk.srvk
  86. --------------------------------------------------------------------------------
  87. Decrypted second_loader.enc to second_loader.bin
  88. Decrypted secure_kernel.enc to secure_kernel.bin
  89. Traceback (most recent call last):
  90. File "pup_fiction.py", line 340, in <module>
  91. main()
  92. File "pup_fiction.py", line 336, in main
  93. extract_pup(argv[1], argv[2])
  94. File "pup_fiction.py", line 323, in extract_pup
  95. slb2_decrypt(slb2_dst, slb2_dec)
  96. File "pup_fiction.py", line 205, in slb2_decrypt
  97. scedecrypt(fin, dst, silent=True)
  98. File "/c/Users/SilicaAndPina/Desktop/f00d/scedecrypt.py", line 16, in scedecrypt
  99. scesegs = sceutils.get_segments(inf, sce, sysver, selftype, silent=silent)
  100. File "/c/Users/SilicaAndPina/Desktop/f00d/sceutils.py", line 16, in get_segments
  101. (key, iv) = SCE_KEYS.get(KeyType.METADATA, sce_hdr.sce_type, sysver, sce_hdr.key_revision, self_type)
  102. File "/c/Users/SilicaAndPina/Desktop/f00d/scetypes.py", line 111, in get
  103. raise KeyError("Cannot find key/iv for this SCE file")
  104. KeyError: 'Cannot find key/iv for this SCE file'
Advertisement
Add Comment
Please, Sign In to add comment