: : : can someone please explain to me about this hex code?
: : :
: : :
: : : This is from Hex Workshop
: : :
: : : B4 4E BA 26 01 CD 21 72 1C B8 01 3D BA 9E 00 CD 21 93 B4 40 B1 2A BA 00 01 CD 21 B4 3E CD 21 B4 4F CD 21 EB E2 C3 2A 2E 43 4F 4D 00
: : :
: : :
: : : This is given by the question
: : :
: : : 1EH,0E4H,10H,8CH,0ABH,67H,8BH,0D8H,0B6H,12H,0ABH,97H,10H,34H,0AAH,67H
: : :
: : : What i am trying to do, is search for file that has the same string given and say that they are same.
: : :
: : : The hex that I gave above is produced using Hex Workshop using same source. But, why mine is different to the given string?
: : :
: : : Still cant figure them out!
: : :
: : :
: : I have read your question a few times, but still can't get it... You need to find a file with this byte sequence:
: :
: : 1EH,0E4H,10H,8CH,0ABH,67H,8BH,0D8H,0B6H,12H,0ABH,97H,10H,34H,0AAH,67H
: :
: : Right?
: :
: : What is has to do with producing some file with the same source?
: :
:
: Ok... Yes, the given string is to find from the any file.
:
: Then, the string that I read using Hex Workshop is produces by the same source to which the given string was taken.
:
: My problem is, I cant identify how he/she has taken the given strings from the file, since my strings that I have taken from the same file doesnt match to string that he/she gave to me.
:
: Because, it supposed to be understood that both of the strings that I shown above was taken from one same file.
:
: The problem is, how has he/she produced the strings, and logically, the strings should be match since both are taken from one same file....
:
: I still cant figure it out!
:
:
There's three ways I can think of it:
1. The file doesn't contain it, and shouldnt
2. You got the wrong file
3. The file was formated wrong, like the first and seconde nibble swaped
The one and only Niklas Ulvinge aka IDK