binary editor for diagnosing zlib stream problems
-
I'm tried to uncompress data that's been compressed using ZLib's compress() function. Is there a binary editor that will read this data? I'm trying to work out if I've got a bug in my reading routine or if there's a glitch in the data itself. Note - this is NOT a zip file - it's a bunch of binary data, the result of making a series of compress calls and then sending that down the wire.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
I'm tried to uncompress data that's been compressed using ZLib's compress() function. Is there a binary editor that will read this data? I'm trying to work out if I've got a bug in my reading routine or if there's a glitch in the data itself. Note - this is NOT a zip file - it's a bunch of binary data, the result of making a series of compress calls and then sending that down the wire.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
You could try the trial of this one[^]. It's a Hex Editor that has 'Binary Templates' whatever they are.:confused:
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
You could try the trial of this one[^]. It's a Hex Editor that has 'Binary Templates' whatever they are.:confused:
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
Damn how did I miss that - I searched around a bit but didn't find that one. Way cool, thanks!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
I'm tried to uncompress data that's been compressed using ZLib's compress() function. Is there a binary editor that will read this data? I'm trying to work out if I've got a bug in my reading routine or if there's a glitch in the data itself. Note - this is NOT a zip file - it's a bunch of binary data, the result of making a series of compress calls and then sending that down the wire.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Can't you remove the "sending down the wire" part of the process to verify that you're using zlib correctly? BTW visual studio can show binary data if you use the open with feature in the file open dialog.
Todd Smith
-
I'm tried to uncompress data that's been compressed using ZLib's compress() function. Is there a binary editor that will read this data? I'm trying to work out if I've got a bug in my reading routine or if there's a glitch in the data itself. Note - this is NOT a zip file - it's a bunch of binary data, the result of making a series of compress calls and then sending that down the wire.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
If you're concerned about zlib, I use it in precisely the manner you describe and have had no problems. I realize it's a data point of one, but...
Software Zen:
delete this;
-
If you're concerned about zlib, I use it in precisely the manner you describe and have had no problems. I realize it's a data point of one, but...
Software Zen:
delete this;
It's probably something stupid on my part.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
Damn how did I miss that - I searched around a bit but didn't find that one. Way cool, thanks!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Pleasure. I saw it a couple of days ago, as usual when looking for summat else, and wondered what 'Binary Templates' were so I bookmarked it for later. Still haven't got round to it tho.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.