![]() |
packing-format
i'm trying to extract a setup-file manually with my debugger.
this file creates a temporary file called com.dat, i analysed this is packed through the GZ-format. so i unpacked it through winrar and got a file called com.gz.out this file has no crypto or something else, all files are in plain there but i don't want to do that manually. the format in hex is looking like this: 00E0010064626768656C702E646C6C00CDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCDCD there are a lot of more CD hex-bytes. the first part seems to be some type of descriptor, it's a dword. then there's the filename, a lot of more CD and then the next descriptor and next filename till it gets to the beginning of the files. anyone knows what format this is and how to decompress it? |
I assume it's the TAR format that can be unpacked by WinRAR aswell.
TAR is often used along with GZ because with GZ you can only compress one file at a time so first all files you want to compress are put into an uncompressed tar which is compressed with gz. |
i thought the same first, but it seems if i rename it to tar, winrar can't read it. maybe modified, maybe some other type...
|
you might try to post something here:
http://groups.google.com/groups?hl=en&lr=&group=comp.compression |
Quote:
should be easy to write an own unpacker for this un-gz-ed file. What you have described looks like a structure of the following format Code:
struct ungzfile |
| All times are GMT +8. The time now is 09:17. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX