You are not logged in.
Hi guys
Is it possible to find out what numbers are in the very bottom of this picture using some sort of image analysis?
Last edited by anonimnystefy (2014-04-09 07:41:47)
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
How big is the original image? Did you try zooming in with an image viewer?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Of course I did. It's too blurry.
That is the only available image.
Last edited by anonimnystefy (2014-04-09 08:13:33)
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
Did you google for image enhancement with mathematica?
This page might help:
http://blog.wolfram.com/2010/12/27/fixi … nvolution/
there are more.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi bobbym
I need text enhancement.
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
I thought you said you have an image. Text is an image too when it is part of a picture. Once it is enhanced you might be able to read it. The only thing I know to get text from an image is an OCR program. But if the image ( text ) is too faint or blurry for the human eye what chance does the OCR have? We are back to enhancing the image.
If you are convinced that there is text in the file itself then get a hex editor like winhex and extract it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
No, no, I meant in the image itself. But the link you posted seems to be for sharpening astronomical pictures...
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
You want the codes without buying the cards? Used to do that with Pokemon.
Offline
Do you know what a hex editor is?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I know whAt that is but it cannot be used to enhance images.
Thrre is a program called perfect resize...
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
He does not want to enhance the image. I think he feels the number is in the binary code of the image itself. This is a job for a hex editor because they can find text strings very easily.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Why would the file contain the string that way? (Unless it is metadata)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
When you do any reverse engineering the search for strings inside of binary files is very important. Olly is very good at finding them.
Why would the file contain the string that way?
Because in lots of file types ( almost all ) buried in the binary data will be a lot of text. This is always true unless the file has been packed in some way.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
you do not understand my point. For example, My award has the word 'Solved', but that does not necessarily mean that you'll get the word 'Solved' if you dissect the file with an hex editor. (Unless the designer has put that in the meta of the image)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
I agree, that is what I have been telling anonimnystefy. But to see if it is in the binary data of the file as text he must use a hex editor or something like it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
that is unlikely. See for yourself.
If the numbers at the bottom of the card is the secret to some paid service, it is probable that they have cleverly destroyed that part
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
that is unlikely.
I agree but not for the reason you give below.
If the numbers at the bottom of the card is the secret to some paid service, it is probable that they have cleverly destroyed that part
That is where RE comes into play. Most of what they can do can be undone in under 10 minutes.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The second argument was not a supportive argument to the first.
The second is a different argument but I can explain it.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Yes, they can encrypt and use packers such as Armadillo and they can obfuscate code but a good cracker can get around that.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
No encryption involved. they can simply remove the data from there.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
They can if they know about any such thing. I am not saying it is possible because I have not seen the file but generally they are rather easy.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
What is easy?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Reverse engineering programs or just about anything else.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Suppose they open the image in a image editor and fill the area with the numbers with a solid color. And fill it with some stupid patterns. What then?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
The text information is usually separate from other parts of a file. Changing the picture like that also would destroy the picture so what is the point. Also, 99 out of 100 people do not even know about that.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline