75w ago - Following up on my
previous releases, today a new PS3 PKGView Extractor homebrew application version 1.2 update is available and has been fully tested by
catalinnc.
Download:
PS3 PKGView v1.2 Extractor
PKGView is a tool for extracting files from PS3 PKG. Tool is 100% legal it contains no code Sony. PKGView also has a graphical interface that simplifies the extraction of both individual files and the complete package.
PS3 PKGView v1.2 Extractor Homebrew Application Version 1.2 Changelog:
- FIX: Still failing to extract large files.
- FIX: Structure parsing issues.
- FIX: Other extraction issues.
- More descriptive extraction window.
- Optimized extraction of retail pkg.
- Now creates an extraction log.
pkg.H
You can copy
{
u32 magic; //pkg magic ("\0x7FPKG")
u32 type; //pkg type
u32 header_size; //pkg header size
u32 unk1; //some pkg version maybe
u32 unk_size1; //size of block at end of data starting at 0x100
u32 file_count; //count of contained files
u32 pkg_size_h; //pkg size high
u32 pkg_size_l; //pkg size low
u32 file_tab_h; //file table offset high
u32 file_tab_l; //file table offset low
u32 data_size_h; //data size high (data at 0x100 - 0x80 bytes)
u32 data_size_l; //data size low
s8 titel_id[48]; //title id
u8 qa_digest[16]; //the encryption/decryption key for debug pkgs
u8 unk2[16]; //unknown, maybe some key
} pkg_header;
And Change it to typedef struct _pkg_file_header
I know there is still "qa_digest" Problem but you can read it out with Sero.exe: megaupload.com/?d=ZHXJHJ8E
If the PKGViewer detect Retail it open a Window and ask for QA..
Enter QA and PGK do the rest :-P
*enjoy* p.s My Progskills are too bad
jailbroken PSN games are already avalible, but DLC indeed maybe soo!
Same here. No Responding. Using Win7 64bit. I tried to open a Wallpaper-PKG File... unfortunately, nothing happened.