Hi there,
I have made some application for hex editing, and I decided to test it. My testing was on some image file, and the result of it weren't promising at all. I could understand only 3 first letters, and the rest of the code remained unfamiliar to me. Anyway, here is my Q. I plead you if you know to explain what the rest of the code means, code is below.
Code
Thanks in advance.
understanding hex codeing.
Started by DesperD0s, Aug 12 2010 11:49 AM
4 replies to this topic
#1
Posted 12 August 2010 - 11:49 AM
|
|
|
#2
Posted 12 August 2010 - 12:39 PM
Well it's a Gif, if you want to understand it try looking at the documents hosted here: Wotsit.org The first few characters are just for indication perposes only.
#3
Posted 12 August 2010 - 03:22 PM
As abzero explained the first few bytes are a plaintext binary discriptor, a hex editor can only display certain ASCII characters (ANSI on Windows: letters within range 32-255 or 20-FF in hex), the rest is just plain binary segments of the image, hence the dots, they're undisplayable data so there's nothing it can do.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 12 August 2010 - 04:09 PM
On the contrary, I might discover how it all functions :) Data that is hidden under those bytes seems to use some code of encryption, therefore it is not very easy to understand the code. I would like to thank you abzero for showing me the path to it :).
#5
Posted 13 August 2010 - 03:57 AM
It's compressed data, not encrypted.


Sign In
Create Account

Back to top









