Page 1 of 1

"Phantasmat" PAC pack/unpacker

Posted: Mon Feb 21, 2011 4:42 pm
by XpoZed
More about the game can be found here : http://www.bigfishgames.com/download-ga ... index.html
This is the first module for my tool called "Unpakke", so you will need both the unpakke.exe and upkk_phtsm.dll to pack/unpack these PAC files.


Learn more by clicking here: http://nullsecurity.org/unpakke/

Re: "Phantasmat" PAC pack/unpacker

Posted: Tue Mar 01, 2011 1:47 pm
by aluigi
I have just downloaded the game now and noticed it had a very very basic format so I wrote a quick script for it:

Code: Select all

filexor 0xff
get FILES long
for i = 0 < FILES
    get NAMESZ short
    getdstring NAME NAMESZ
    get OFFSET long
    get SIZE long
    log NAME OFFSET SIZE
next i