Log in

View Full Version : Game data files cracking


highfly
February 6th, 2004, 16:10
i need help on cracking packed data file,

The files are packed to a single file and no compression is used,i found the file table which should have the file/folder name,size and starting offset,i found the size and starting offset but the file/foldername is encrypted or ?
hexa values
file name/folder -- 1A551BF3957B3E009932C2A1149361FF
starting offset -- 00000000
size -- 00506801



thanks

JMI
February 6th, 2004, 16:26
Did you, by any change read the FAQ and do any searching for the answer to your question. If not, go back to the main page and read the big red letters.
Have you looked at your file in a hexeditor and/or a disassembler to determine whether it is actually encrypted?

Regards,

highfly
February 6th, 2004, 17:01
i know there is similar thread on this topic ,

i viewed in hex editor,i can clearly view the size and start offset info but not the file and folder name which is of 16 bytes,i can't see any pointers here which points to the exe or the memory.any idea

dELTA
February 6th, 2004, 20:17
So did you try to trace the unpacking code then?