100°
43w ago - Following up on his
initial release, today PlayStation Vita homebrew developer
PsDev has updated his PS Vita Magic Reader Script to version 1.1 with the details below.
To quote: A while back as a test I made Magic Reader v1 that extracted the Magic (SCEUF), the FW version and license.xml out of the Vita PUP. Well I just added a extraction for the whole Vita Header of PUP.
This script extracts the following:
- Magic(SCEUF)
- PUP Version
- License
- Package Version
- Image Version
- File Count
- Header length
- Package length
- A Unknown bit of values 0x50 in length
- FileTable
- HashTable
- HeaderHash
Also later I'll add a FileTable extractor. which is determined by the FileCount.
This is a linux script and will run in any linux environment.
#!/bin/bash
# PsDev 2012. this script extract the PUP magic.
#Edit from PsiColio lv1.self extractrion
#just extracts the header info from a vita pup, good for comparison kinda useless atm and most likely always.
...