Skip to content

dexter85/ps4-pkg-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ps4-pkg-info

Read information from PS4 pkg files

Installation:

npm install --save ps4-pgk-info

Usage example:

const pkgInfo = require("ps4-pkg-info");

let file = "/home/myuser/myfile.pkg";

pkgInfo.extract(file).then(data => {
    console.log(data)
}).catch(error => {
    console.error(error)
});

Contributing

If you have anything to contribute, or functionality that you lack - you are more than welcome to participate in this! If anyone wishes to contribute unit tests - that also would be great :-)

Help

If you want to buy me a beer or a coffe, you are very welcome to Donate Thanks :-)

Acknowledgements

PS4 pkg info is based on:

  • *pkg_tools,(public edition), (c) n1ghty
  • UnPKG rev 0x00000008 (public edition), (c) flatz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages