Does anyone know how to unpack pic.pac? Garbro does not consider this an archive
Basically they took the raw binary data of the png files and put all of it into one single file.
The attached python script separates the data and creates the png files in the folder "extracted" that is created in the same folder as the script.
You can either use unpack.exe or unpack.py.
unpack.exe:
This is the python script, converted to an executable and might trigger your anti-virus-software (false positive, of course).
Simply run the executable and paste the path to pic.pac.
unpack.py:
To use the script, you need to
You must be registered to see the links
, run the script
(on windows: search for cmd in the windows search, hit enter and in the command line, navigate to the path where the script is located by running the command "cd C:\Your\Path" and then run "python unpack.py") and paste the path to pic.pac.