Skip to content

5l1v3r1/PboViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PboViewer

Cross-platform PBO maker / unpacker. Check the wiki here.

GUI

The GUI is availble to all the platform.

Here is a screenshot of the window:

alt text

CLI

You have two command for the CLI:

  • packFolder, arguments: --path or -p, path of the folder to pack
  • unpackFolder, arguments: --path or -p, path of the PBO to unpack

Here is one example for each command:

  • ./PboViewer packFolder --path="C:\test"
  • ./PboViewer unpackFolder --path="C:\test.pbo"
  • ./PboViewer listFiles --path="C:\test.pbo"

The return of listFiles is in this format: Path: fileName, Size: fileSize, Data size: dataSize, Timestamp: timestamp, Packing method: packingMethod

About

Cross-platform PBO maker / unpacker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.1%
  • Batchfile 1.4%
  • PowerShell 0.5%