Tagged Questions
The uncompress tag has no wiki summary.
3
votes
1answer
2k views
Uncompress GZIPed HTTP Response in Java
I'm trying to uncompress a GZIPed HTTP Response by using GZIPInputStream. However I always have the same exception when I try to read the stream : java.util.zip.ZipException: invalid bit length repeat
...
2
votes
8answers
3k views
How to extract a rar file in C#?
I want to extract .rar files using cmd shell so I wrote this code:
string commandLine = @"c:\progra~1\winrar\winrar e c:\download\TestedU.rar c:\download";
ProcessStartInfo PSI = new ...
2
votes
4answers
1k views
How to unpack the contents of a JavaScript file?
You know how those packed js files look like, right?
eval(function(p,a,c,k,e,d){ ... } ('obfuscated-string'.split('|'),0,{}))
It just so happens to be that i have to tweak some large legacy code ...
2
votes
1answer
1k views
Uncompress BZIP2 archive
I can uncompress zip, gzip, and rar files, but I also need to uncompress bzip2 files as well as unarchive them (.tar). I haven't come across a good library to use.
I am using Java along with Maven ...
2
votes
2answers
972 views
Gracefully convert .rar to .zip using Python
I'm currently making system call to "unrar and zip" commands. It interrupts and requires me to enter password while encounter password propected archives.
Is it possible to let it run and return a ...
2
votes
2answers
686 views
zlib iPhone - files get crap in beginning
I've got a couple of .tgz-files in my bundle that I want to uncompress and write to file. I've got it working - sort of. The problem is that the file written gets 512 bytes of crap data in front of ...
1
vote
2answers
171 views
Working with DICOM Compression
How is the flux working with DICOM compression? Do I use any compression algorithm as Deflate for example? And then when I want to load the Image, I uncompress? So If I compress a Dicom file. If I try ...
1
vote
3answers
243 views
Is possible keeps the contents of all files inside within a compressed tar.gz, like a stream?
I have a problem to resolve.
I have tar.gz compressed file, and I wouldLike keep the contents like a stream, like Zipfile permits with the method zipFile.getInputStream(zipEntry). I have Implemented ...
1
vote
2answers
3k views
Downloading the gzip file and Uncompressing to retrieve Content using IPHONE SDK on iphone and ipod touch devices
I had the following questions related to downloading the file from the server.
a) Is it possible to download directly the GZIP (Compressed)file to the iphone device using IPHONE SDK.
b) If the ...
0
votes
1answer
42 views
Uncompress .Z file
I have a file N225.e00.Z.zip. I can unzip it and hvae the file N225.e00.Z, and am stuck there. Using Python 2.6
I've been looking and tried 3 different ways to unzip this with no success.
1)
...
0
votes
1answer
113 views
PHP: Uncompressing gzcompressed file with gzuncompress and fopen
I am trying to uncompress a binary file and then uncompress it to test whether the compresssion is working.
However the 'uncompressed' file has the same data as the 'compressed' file. As though the ...
0
votes
0answers
145 views
how to use LZMA-Sdk to uncompress the .xz files in iphone
I have tried to uncompress the test.pdf.xz file using the LZMA SDk sample for iphone development.buts its not working may i know where im making mistake.
if there is any sample code to unzip ...
0
votes
1answer
136 views
How to Convert Compressed Image File Formats to Uncompressed Image File Formats in PHP
I have a question about image compression. Does anyone know how to uncompress images such as jpg, png and such into file formats such as tiff or bmp and vice versa via PHP or any other scripting ...
0
votes
1answer
123 views
unzip SOAP message with x-code
In order to improve the client/server behaviour, I'm looking for adapt my iphone client code to proceed ziped responses.
The server adapt the SOAP response ziped.
I was looking how to uncompress the ...
0
votes
1answer
131 views
Uncompress in .NET Compact Framework 1.0
I need a library I can use to uncompress a collection of files (something similar to unzipping). Any compression format will do. So far I have failed to find any zip libraries that meet my ...
0
votes
3answers
399 views
How to compress and uncompress JPEG using lossless method?
How to compress and uncompress JPEG using lossless method?
0
votes
0answers
1k views
java.io.EOFException: Unexpected end of ZLIB input stream
HI guys,
testing my tar.gz extraction tool, i found thrown the exception:
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
...
0
votes
1answer
130 views
Virus database main.cvd uncompression
In my previous question, I asked where I can get a hex virus signature database, and the answer was: ClamAV. So I downloaded the "main.cvd" database and was told that it was a compressed tar file. I ...
0
votes
1answer
191 views
Gzip and Bzip uncompress with PHP
How to identify, with PHP, if a compress file has more than one file compressed?
I got it with ZIP compress, but I didn't with Gzip and Bzip.
Thanks!
0
votes
1answer
746 views
Extracting a file with JUnrar
I asked a question earlier about extracting RAR archives in Java and someone pointed me to JUnrar. The official site is down but it seems to be quite widely used as I found a lot of discussions about ...
0
votes
2answers
74 views
jmeter proxy: how to unzip traffic during / before recording
the http traffic I'm interested in to record is gzipped (the client sends zipped data to the server). The result is recorded binary traffic which cannot be easy modified. It's very difficult to modify ...
0
votes
1answer
178 views
uncompress zlib network packet from hex
I am reversing some kind of protocol and it looks like it is using zlib compression, the current packet is :
...