Jump to content

Recommended Posts

Posted

eb 04 af c2 bf a3 81 ec 00 01 00 00 31 c9 88 0c

0c fe c1 75 f9 31 c0 ba ef be ad de 02 04 0c 00

d0 c1 ca 08 8a 1c 0c 8a 3c 04 88 1c 04 88 3c 0c

fe c1 75 e8 e9 5c 00 00 00 89 e3 81 c3 04 00 00

00 5c 58 3d 41 41 41 41 75 43 58 3d 42 42 42 42

75 3b 5a 89 d1 89 e6 89 df 29 cf f3 a4 89 de 89

d1 89 df 29 cf 31 c0 31 db 31 d2 fe c0 02 1c 06

8a 14 06 8a 34 1e 88 34 06 88 14 1e 00 f2 30 f6

8a 1c 16 8a 17 30 da 88 17 47 49 75 de 31 db 89

d8 fe c0 cd 80 90 90 e8 9d ff ff ff 41 41 41 41

  • Thanks 1
Posted

I'm getting nowhere, put it all in HxD but it was never going to be that easy was it?

 

@nephilim - really intrigued how you got "Infinity"? The numbers involved seem too large to convert to ASCII...

Posted

Assuming this is Hexadecimal base 16, the 'easiest' solution is to assume it's ASCII character table.

 

From this, hex code '20' would be a space, and '48' to '57' would be numbers, '41' to '5A' would be uppercase letters, and '61' to '7A' would be lowercase letters. I would be highly surprised if there was non-alphabetical letters in there, so anything not in these ranges is unlikely to be real.

 

Anything higher than 7A does not on ASCII convert into a letter. It could in theory be EBCDIC, which is an older style character conversion used in punch cards in the 60's which goes up to FF in hex.

 

Beyond this I'm out of ideas, and haven't had a chance to have a go myself, but that's the best idea's I've got.

 

Chances are, that there is a lot of rubbish filler, and it's worth looking for a pattern within it for the gibberish as well as the coding above.

 

There are also probably more hex code conversions, but I'm not immediately aware of them.

Posted
Assuming this is Hexadecimal base 16, the 'easiest' solution is to assume it's ASCII character table.

 

From this, hex code '20' would be a space, and '48' to '57' would be numbers, '41' to '5A' would be uppercase letters, and '61' to '7A' would be lowercase letters. I would be highly surprised if there was non-alphabetical letters in there, so anything not in these ranges is unlikely to be real.

 

Anything higher than 7A does not on ASCII convert into a letter. It could in theory be EBCDIC, which is an older style character conversion used in punch cards in the 60's which goes up to FF in hex.

 

Beyond this I'm out of ideas, and haven't had a chance to have a go myself, but that's the best idea's I've got.

 

Chances are, that there is a lot of rubbish filler, and it's worth looking for a pattern within it for the gibberish as well as the coding above.

 

There are also probably more hex code conversions, but I'm not immediately aware of them.

 

As far as i've worked out... it's asm, plus more to do with the cyber.png too... not all about what you see on the image, what's IN the image. Unless there are any other gotchas... i think i might be able to make stage 2 within 10 hrs...

Posted

My theory is that if you can somehow plot the Hex onto a graph on a scientific calculator, the hex might 'curve' to shape/draw letters on the graph. A bit like SIN/COS/TAN

 

I'm probably thinking too hard about this now.

Posted

Wow, glad to see that this has piqued some interest!!

 

Apparently it is only one word and there is a hell of a lot of padding in the hex string.

 

Even armed with that information i don't know what to do :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...