More Arrrg
Posted: Thu Oct 14, 2010 5:20 am
Probably already figured out, but was thinking the word files here http://xdqlrpgmqivgca9tfjcqddnbxt.com/ look like they could be arranged in maybe a grid if you had a mac, given that it had a .DS_Store file with them. The files themselves looked like ASCII representations of bitmaps? There seems to be a sync word '@@@' every 8 lines, and 9 characters across each line.
The only characters in the documents I noticed so far were:
# = 0x23 hex
@ = 0x40
' = 0x27
, = 0x2C
. = 0x2E
; = 0x3B
: = 0x3A
+ = 0x2B
carriage returns = 0x0D
netting a total of 8 possible characters.
Viewing the file with a hex editor it says '42 Entertainment' - well at least their job wasn't completely taken over by Disney! Next time they need to clean their word documents! Perhaps they could use a part-time programmer?
Anyone interested in figuring out some of the picture/code?
https://wiki.mozilla.org/DS_Store_File_Format
The only characters in the documents I noticed so far were:
# = 0x23 hex
@ = 0x40
' = 0x27
, = 0x2C
. = 0x2E
; = 0x3B
: = 0x3A
+ = 0x2B
carriage returns = 0x0D
netting a total of 8 possible characters.
Viewing the file with a hex editor it says '42 Entertainment' - well at least their job wasn't completely taken over by Disney! Next time they need to clean their word documents! Perhaps they could use a part-time programmer?
Anyone interested in figuring out some of the picture/code?
https://wiki.mozilla.org/DS_Store_File_Format


