Witch compression type is used here?
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Witch compression type is used here?
Can anyone tell me witch compression type is used to decompress this file?
i have the compressed file
https://uploadify.net/48cd3d578fc32633/file-compressed.bin
and the decompressed file
https://uploadify.net/d75bf97c594a1871/file-decompressed.bin
because i want to edit the decompressed one and compress it back but i don't know witch compression type is used
i have the compressed file
https://uploadify.net/48cd3d578fc32633/file-compressed.bin
and the decompressed file
https://uploadify.net/d75bf97c594a1871/file-decompressed.bin
because i want to edit the decompressed one and compress it back but i don't know witch compression type is used
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Witch compression type is used here?
if you don't know compression type, then how you decompressed it?
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Witch compression type is used here?
i didn't decompress it myself i found the file in cache (the cache deletes itself every time)
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Witch compression type is used here?
game name?
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Witch compression type is used here?
aluigi said its possible to do a comtype_scan for knowing witch compression is used
but it didn't work for me , it gives errors as this one
but it didn't work for me , it gives errors as this one
Code: Select all
Can't recognize 'quickbms -a "699 " /pathtofile/comtype_scan2.bms /pathtofile/file-compressed.bin output' as an internal or external command, or batch script.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Witch compression type is used here?
The scanner provided no results matching the decompressed file ("grep -rs clanxp folder").
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Witch compression type is used here?
and if you do it without matching the decompressed file
do you get a file that has about a near size of the the decompressed file?
do you get a file that has about a near size of the the decompressed file?
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Witch compression type is used here?
looks like simple custom compression
we need to know game name and ability to debug it
we need to know game name and ability to debug it
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Witch compression type is used here?
can it be lzham compressed? can you guys test it please
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Witch compression type is used here?
lzham is in the list of scanned algorithms of quickbms, so that's not it.