|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> Did you try the latest version of WinZip?
>
> No - for the obvious reason that this would require money.
No it doesn't:
http://www.winzip.com/downwz.htm
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
scott escreveu:
>> It's not actually 100% clear whether these codes are decimal or
>> hexdecimal. But either way, I have a Zip file with nothing seems to be
>> able to read, and all the files are compressed with method 0x0063.
>> (That's 99 decimal.)
>
> Did you try the latest version of WinZip?
You lamer! I was expecting this to make him post all day long about his
efforts to implement an unzipper in Haskell. :P
oh the fun...
--
a game sig: http://tinyurl.com/d3rxz9
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 26-8-2009 15:36, Invisible wrote:
> Invisible wrote:
>
>*facepalm*
what is the emoticon for that?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> *facepalm*
>
> what is the emoticon for that?
E:-(
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 26 Aug 2009 20:12:58 +0100, Orchid XP v8 wrote:
>>> *facepalm*
>>
>> what is the emoticon for that?
>
> E:-(
LOL, good one.
Jim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible schrieb:
> It's not actually 100% clear whether these codes are decimal or
> hexdecimal.
Given that the values 0 to 9 are directly followed by 10 to 19, I'd say
chances are it's perfectly decimal...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible wrote:
> Invisible wrote:
>
>> So it's just AES encrypted? I'm surprised 7zip can't handle that...
>
> Well would you look at that? It seems I'm using the very last version of
> 7zip to *not* support AES encryption. *facepalm*
>
> I used to check the 7zip website all the time, but after years of
> seeming inactivity, I gave up looking for new versions... Apparently
> development has started going forward again.
FileHippo has a tool that sits in the tray and checks for updates to
installed software. Google has something similar, but just for their own
apps. Normally I would automatically categorize such a program as
spyware, but it is surprisingly unintrusive. It can be configured to
check automatically or manually only when you want it to, and the
results are loaded in a web page so you can compare your own version
number with the version number of the update. It also accurately detects
tons of software (including 7zip), and lists beta versions in a separate
list.
In Vista it can be annoying because it triggers UAC when it does its
checking.
-Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> Did you try the latest version of WinZip?
>
> You lamer! I was expecting this to make him post all day long about his
> efforts to implement an unzipper in Haskell. :P
>
> oh the fun...
Well, I *did* implement a primitive hex dump program to allow me to read
the raw binary contents of the file, and also a second program capable
of locating the file chunks and parsing some of them in human-readable form.
But no, I didn't get as far as writing a DEFLATE decoder. :-P
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Invisible wrote:
> Well, I *did* implement a primitive hex dump program to allow me to read
> the raw binary contents of the file,
On Unix, use 'xxd' or 'od'.
> and also a second program capable
> of locating the file chunks and parsing some of them in human-readable
> form.
On Windows, get Hex Workshop (shareware). It even *comes* with a structure
file for zip archives.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> On Windows, get Hex Workshop (shareware). It even *comes* with a structure
> file for zip archives.
I've looked at several hex editors for Windows. All of them are either
shareware or just plain rubbish. I've yet to find a really good one.
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |