Seregon/PkgToolBox

Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.

Python/57.3 KB/No license
Utilities/Constants/PKGState.py
PkgToolBox / Utilities / Constants / PKGState.py
1class PKGState:
2 FAKE = "Fake"
3 OFFICIAL = "Official"
4 ADDON_UNLOCKER = "Addon_Unlocker"