Skip to content

Tool for working with PS4 .pkgs this code was developed on macos but can be compiled on Windows after installing all dependencies

Notifications You must be signed in to change notification settings

Oxwald/PS4-pkg-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps4-pkgtools

Performs some read-only operations on PS4 .pkg files:

Usage

Extract

python3 main.py extract File.pkg --file 0x126C --out out.mxl

Extracts file with ID 0x126C to out.xml. The argument to --file can be a file ID or filename

Info

python3 main.py info File.pkg

returns:Extracts everything to directory extracted

info.png

Dump

python3 main.py dump File.pkg --out extracted

Extracts everything to directory extracted

PS4-pkg-viewer

Displays certain PS4 pkg information such as :

APP_TYPE,CONTENT_ID,TITLE_ID,TITLE,APP_VER,SDK_version,PUBTOOLINFO 

view1

view2

view3

view4

view5

view6

Dependencies

Tkinter,Pillow,re

Note: TITLE may not be recovered correctly under certain conditions. this code was developed on macos but can be compiled on Windows after installing all dependencies. All contribution to improve the program are welcome...

About

Tool for working with PS4 .pkgs this code was developed on macos but can be compiled on Windows after installing all dependencies

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%