Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SilicaAndPina@AtelierWindows MSYS /c/Users/SilicaAndPina/Desktop/f00d
- $ python2 pup_fiction.py 351.pup 351
- Extracting 351.pup to 351
- --------------------------------------------------------------------------------
- PUP Version: 0x2
- Firmware Version: 0x03510000
- Build Number: 560888
- Number of Files: 35
- --------------------------------------------------------------------------------
- - version.txt
- - license.xml
- - psp2swu.self
- - cui_setupper.self
- - vs0_chmod-00.pkg
- - vs0_chmod-01.pkg
- - boot_slb2-00.pkg
- - os0-00.pkg
- - vs0-00.pkg
- - vs0-01.pkg
- - vs0-02.pkg
- - vs0-03.pkg
- - vs0-04.pkg
- - vs0-05.pkg
- - vs0-06.pkg
- - vs0-07.pkg
- - vs0-08.pkg
- - vs0-09.pkg
- - vs0-10.pkg
- - vs0-11.pkg
- - vs0-12.pkg
- - vs0-13.pkg
- - vs0_tarpatch-00.pkg
- - vs0_tarpatch-01.pkg
- - pervasive8-00.pkg
- - pervasive8-01.pkg
- - pervasive8-02.pkg
- - pervasive8-03.pkg
- - pervasive8-04.pkg
- - pervasive8-05.pkg
- - pervasive8-06.pkg
- - pervasive8-07.pkg
- - pervasive8-08.pkg
- - package_scewm.wm
- - package_sceas.as
- --------------------------------------------------------------------------------
- Decrypted boot_slb2-00.pkg
- Decrypted os0-00.pkg
- Decrypted pervasive8-00.pkg
- Decrypted pervasive8-01.pkg
- Decrypted pervasive8-02.pkg
- Decrypted pervasive8-03.pkg
- Decrypted pervasive8-04.pkg
- Decrypted pervasive8-05.pkg
- Decrypted pervasive8-06.pkg
- Decrypted pervasive8-07.pkg
- Decrypted pervasive8-08.pkg
- Decrypted vs0-00.pkg
- Decrypted vs0-01.pkg
- Decrypted vs0-02.pkg
- Decrypted vs0-03.pkg
- Decrypted vs0-04.pkg
- Decrypted vs0-05.pkg
- Decrypted vs0-06.pkg
- Decrypted vs0-07.pkg
- Decrypted vs0-08.pkg
- Decrypted vs0-09.pkg
- Decrypted vs0-10.pkg
- Decrypted vs0-11.pkg
- Decrypted vs0-12.pkg
- Decrypted vs0-13.pkg
- Decrypted vs0_chmod-00.pkg
- Decrypted vs0_chmod-01.pkg
- Decrypted vs0_tarpatch-00.pkg
- Decrypted vs0_tarpatch-01.pkg
- Decrypted cui_setupper.self
- Decrypted psp2swu.self
- --------------------------------------------------------------------------------
- SLB2 version: 1, flags: 0x200, file_count: 7, total_blocks: 0x2000
- - second_loader.enp
- - second_loader.enc
- - secure_kernel.enp
- - secure_kernel.enc
- - kernel_boot_loader.self
- - kprx_auth_sm.self
- - prog_rvk.srvk
- --------------------------------------------------------------------------------
- Decrypted second_loader.enc to second_loader.bin
- Decrypted secure_kernel.enc to secure_kernel.bin
- Traceback (most recent call last):
- File "pup_fiction.py", line 340, in <module>
- main()
- File "pup_fiction.py", line 336, in main
- extract_pup(argv[1], argv[2])
- File "pup_fiction.py", line 323, in extract_pup
- slb2_decrypt(slb2_dst, slb2_dec)
- File "pup_fiction.py", line 205, in slb2_decrypt
- scedecrypt(fin, dst, silent=True)
- File "/c/Users/SilicaAndPina/Desktop/f00d/scedecrypt.py", line 16, in scedecrypt
- scesegs = sceutils.get_segments(inf, sce, sysver, selftype, silent=silent)
- File "/c/Users/SilicaAndPina/Desktop/f00d/sceutils.py", line 16, in get_segments
- (key, iv) = SCE_KEYS.get(KeyType.METADATA, sce_hdr.sce_type, sysver, sce_hdr.key_revision, self_type)
- File "/c/Users/SilicaAndPina/Desktop/f00d/scetypes.py", line 111, in get
- raise KeyError("Cannot find key/iv for this SCE file")
- KeyError: 'Cannot find key/iv for this SCE file'
Advertisement
Add Comment
Please, Sign In to add comment