Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. WSO CCC OTD 2021-01-26 - SOLVED

WSO CCC OTD 2021-01-26 - SOLVED

Scheduled Pinned Locked Moved The Lounge
com
39 Posts 11 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    No, I still cannot see anything remotely intelligible. And the number of sponsored ads getting in the way just makes it more confusing. I leave the rest to those far cleverer than me.

    OriginalGriffO Offline
    OriginalGriffO Offline
    OriginalGriff
    wrote on last edited by
    #8

    I never did have the patience needed for treasure hunts! :-D

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

    L 1 Reply Last reply
    0
    • OriginalGriffO OriginalGriff

      I never did have the patience needed for treasure hunts! :-D

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #9

      Participation in the 'treasure hunt' is completely optional. The plain text CCC will be revealed within an hour or two.

      1 Reply Last reply
      0
      • L Lost User

        No, I still cannot see anything remotely intelligible. And the number of sponsored ads getting in the way just makes it more confusing. I leave the rest to those far cleverer than me.

        pkfoxP Offline
        pkfoxP Offline
        pkfox
        wrote on last edited by
        #10

        Hi Richard I used ezyzip.com and it extracted a file instruction.asm with the following in

        dec edi
        jne 0x75
        and BYTE PTR [ecx+0x6e],ch
        jae 0x7c
        imul ebp,DWORD PTR [esi+0x63],0x73612074
        jae 0x76
        ins DWORD PTR es:[edi],dx
        bound ebp,QWORD PTR [ebp+eiz*2+0x73]
        and BYTE PTR [ebx+0x6f],ah
        ins DWORD PTR es:[edi],dx
        ins DWORD PTR es:[edi],dx
        popa
        outs dx,BYTE PTR ds:[esi]
        fs

        "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

        L 1 Reply Last reply
        0
        • L Lost User

          (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

          Stage 1:
          There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

          /*
          Stage 2:
          The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
          */
          dec edi
          jne 0x75
          and BYTE PTR [ecx+0x6e],ch
          jae 0x7c
          imul ebp,DWORD PTR [esi+0x63],0x73612074
          jae 0x76
          ins DWORD PTR es:[edi],dx
          bound ebp,QWORD PTR [ebp+eiz*2+0x73]
          and BYTE PTR [ebx+0x6f],ah
          ins DWORD PTR es:[edi],dx
          ins DWORD PTR es:[edi],dx
          popa
          outs dx,BYTE PTR ds:[esi]
          fs

          # Stage 3:

          The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

          give it away. Using an assembler you will find that it compiles down to the following machine code:

          4F
          75 72
          20 69 6E
          73 74
          69 6E 63 74 20 61 73
          73 65
          6D
          62 6C 65 73
          20 63 6F
          6D
          6D
          61
          6E
          64

          Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

          5 Offline
          5 Offline
          5teveH
          wrote on last edited by
          #11

          It's obviously: CONSPIRACY THEORY. The fact that the number of letters doesn't fit is entirely consistent with conspiracy theory 'logic'! :confused:

          1 Reply Last reply
          0
          • pkfoxP pkfox

            Hi Richard I used ezyzip.com and it extracted a file instruction.asm with the following in

            dec edi
            jne 0x75
            and BYTE PTR [ecx+0x6e],ch
            jae 0x7c
            imul ebp,DWORD PTR [esi+0x63],0x73612074
            jae 0x76
            ins DWORD PTR es:[edi],dx
            bound ebp,QWORD PTR [ebp+eiz*2+0x73]
            and BYTE PTR [ebx+0x6f],ah
            ins DWORD PTR es:[edi],dx
            ins DWORD PTR es:[edi],dx
            popa
            outs dx,BYTE PTR ds:[esi]
            fs

            "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #12

            Thanks, I just got it from the link Randor gave me. But with all those fixed jump addresses it will not compile, so I am clueless as to what it means. :( However, to be fair to @Randor, it is clever, and he must have given it a lot of thought.

            L 1 Reply Last reply
            0
            • L Lost User

              (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

              Stage 1:
              There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

              /*
              Stage 2:
              The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
              */
              dec edi
              jne 0x75
              and BYTE PTR [ecx+0x6e],ch
              jae 0x7c
              imul ebp,DWORD PTR [esi+0x63],0x73612074
              jae 0x76
              ins DWORD PTR es:[edi],dx
              bound ebp,QWORD PTR [ebp+eiz*2+0x73]
              and BYTE PTR [ebx+0x6f],ah
              ins DWORD PTR es:[edi],dx
              ins DWORD PTR es:[edi],dx
              popa
              outs dx,BYTE PTR ds:[esi]
              fs

              # Stage 3:

              The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

              give it away. Using an assembler you will find that it compiles down to the following machine code:

              4F
              75 72
              20 69 6E
              73 74
              69 6E 63 74 20 61 73
              73 65
              6D
              62 6C 65 73
              20 63 6F
              6D
              6D
              61
              6E
              64

              Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

              Kornfeld Eliyahu PeterK Offline
              Kornfeld Eliyahu PeterK Offline
              Kornfeld Eliyahu Peter
              wrote on last edited by
              #13

              With that much _directive_s we will be here all day :-) Nice one!

              "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

              "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

              pkfoxP 1 Reply Last reply
              0
              • L Lost User

                Thanks, I just got it from the link Randor gave me. But with all those fixed jump addresses it will not compile, so I am clueless as to what it means. :( However, to be fair to @Randor, it is clever, and he must have given it a lot of thought.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #14

                The fact that the x86 instructions might be gibberish is useful information and could be an indicator that it's simply another layer of indirection. :)

                1 Reply Last reply
                0
                • L Lost User

                  (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

                  Stage 1:
                  There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

                  /*
                  Stage 2:
                  The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
                  */
                  dec edi
                  jne 0x75
                  and BYTE PTR [ecx+0x6e],ch
                  jae 0x7c
                  imul ebp,DWORD PTR [esi+0x63],0x73612074
                  jae 0x76
                  ins DWORD PTR es:[edi],dx
                  bound ebp,QWORD PTR [ebp+eiz*2+0x73]
                  and BYTE PTR [ebx+0x6f],ah
                  ins DWORD PTR es:[edi],dx
                  ins DWORD PTR es:[edi],dx
                  popa
                  outs dx,BYTE PTR ds:[esi]
                  fs

                  # Stage 3:

                  The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

                  give it away. Using an assembler you will find that it compiles down to the following machine code:

                  4F
                  75 72
                  20 69 6E
                  73 74
                  69 6E 63 74 20 61 73
                  73 65
                  6D
                  62 6C 65 73
                  20 63 6F
                  6D
                  6D
                  61
                  6E
                  64

                  Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #15

                  :zzz:

                  1 Reply Last reply
                  0
                  • L Lost User

                    (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

                    Stage 1:
                    There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

                    /*
                    Stage 2:
                    The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
                    */
                    dec edi
                    jne 0x75
                    and BYTE PTR [ecx+0x6e],ch
                    jae 0x7c
                    imul ebp,DWORD PTR [esi+0x63],0x73612074
                    jae 0x76
                    ins DWORD PTR es:[edi],dx
                    bound ebp,QWORD PTR [ebp+eiz*2+0x73]
                    and BYTE PTR [ebx+0x6f],ah
                    ins DWORD PTR es:[edi],dx
                    ins DWORD PTR es:[edi],dx
                    popa
                    outs dx,BYTE PTR ds:[esi]
                    fs

                    # Stage 3:

                    The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

                    give it away. Using an assembler you will find that it compiles down to the following machine code:

                    4F
                    75 72
                    20 69 6E
                    73 74
                    69 6E 63 74 20 61 73
                    73 65
                    6D
                    62 6C 65 73
                    20 63 6F
                    6D
                    6D
                    61
                    6E
                    64

                    Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #16

                    The answer is easy now, which probably explains why you hid it.

                    L pkfoxP 2 Replies Last reply
                    0
                    • L Lost User

                      The answer is easy now, which probably explains why you hid it.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #17

                      Yes, But the real question here is... was it in your dictionary? :-D :-D

                      L 1 Reply Last reply
                      0
                      • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

                        With that much _directive_s we will be here all day :-) Nice one!

                        "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                        pkfoxP Offline
                        pkfoxP Offline
                        pkfox
                        wrote on last edited by
                        #18

                        Have you solved it ?

                        "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                        Kornfeld Eliyahu PeterK 1 Reply Last reply
                        0
                        • L Lost User

                          (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

                          Stage 1:
                          There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

                          /*
                          Stage 2:
                          The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
                          */
                          dec edi
                          jne 0x75
                          and BYTE PTR [ecx+0x6e],ch
                          jae 0x7c
                          imul ebp,DWORD PTR [esi+0x63],0x73612074
                          jae 0x76
                          ins DWORD PTR es:[edi],dx
                          bound ebp,QWORD PTR [ebp+eiz*2+0x73]
                          and BYTE PTR [ebx+0x6f],ah
                          ins DWORD PTR es:[edi],dx
                          ins DWORD PTR es:[edi],dx
                          popa
                          outs dx,BYTE PTR ds:[esi]
                          fs

                          # Stage 3:

                          The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

                          give it away. Using an assembler you will find that it compiles down to the following machine code:

                          4F
                          75 72
                          20 69 6E
                          73 74
                          69 6E 63 74 20 61 73
                          73 65
                          6D
                          62 6C 65 73
                          20 63 6F
                          6D
                          6D
                          61
                          6E
                          64

                          Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

                          M Offline
                          M Offline
                          musefan
                          wrote on last edited by
                          #19

                          Solved! Please find my answer (and the solution) hidden in my profile. Or just take my word for it and declare me the winner. :-D

                          L 1 Reply Last reply
                          0
                          • M musefan

                            Solved! Please find my answer (and the solution) hidden in my profile. Or just take my word for it and declare me the winner. :-D

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #20

                            I just fed your avatar into my QR reader and your answer was wrong, and also NSFW or my granddaughter. ;P

                            1 Reply Last reply
                            0
                            • L Lost User

                              Yes, But the real question here is... was it in your dictionary? :-D :-D

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #21

                              Randor wrote:

                              was it in your dictionary?

                              Oddly enough I did not need to look. :)

                              1 Reply Last reply
                              0
                              • L Lost User

                                The answer is easy now, which probably explains why you hid it.

                                pkfoxP Offline
                                pkfoxP Offline
                                pkfox
                                wrote on last edited by
                                #22

                                What's the answer ?

                                "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                                L 1 Reply Last reply
                                0
                                • pkfoxP pkfox

                                  What's the answer ?

                                  "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                                  L Offline
                                  L Offline
                                  Lost User
                                  wrote on last edited by
                                  #23

                                  Follow Randor's assembler link and then print the resulting characters.

                                  pkfoxP 1 Reply Last reply
                                  0
                                  • L Lost User

                                    Follow Randor's assembler link and then print the resulting characters.

                                    pkfoxP Offline
                                    pkfoxP Offline
                                    pkfox
                                    wrote on last edited by
                                    #24

                                    I did go to the site and pasted the code into the left pane - what do you have to do to assemble it ? Edit I see it now I was thinking so deep I thought it was a status message :-D

                                    "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                                    1 Reply Last reply
                                    0
                                    • L Lost User

                                      (11) Our instinct assembles command SOLUTION: Our instinct assembles = (anagram indicator) command = definition instruction

                                      Stage 1:
                                      There are secrets being stored within the user profile. Something inside the profile is much more than meets the eye. The GIF file representing the avatar is hiding multiple steganographic clues. You should begin by downloading the GIF file and renaming it with a ZIP extension. Instruction can be found inside.

                                      /*
                                      Stage 2:
                                      The zip file contains some gibberish 32 bit instructions in a file named instructions.asm. To continue the quest for finding the puzzle we should assemble the instructions using your favorite assembler. Or you can use an online assembler. I have tested this one: https://disasm.pro/
                                      */
                                      dec edi
                                      jne 0x75
                                      and BYTE PTR [ecx+0x6e],ch
                                      jae 0x7c
                                      imul ebp,DWORD PTR [esi+0x63],0x73612074
                                      jae 0x76
                                      ins DWORD PTR es:[edi],dx
                                      bound ebp,QWORD PTR [ebp+eiz*2+0x73]
                                      and BYTE PTR [ebx+0x6f],ah
                                      ins DWORD PTR es:[edi],dx
                                      ins DWORD PTR es:[edi],dx
                                      popa
                                      outs dx,BYTE PTR ds:[esi]
                                      fs

                                      # Stage 3:

                                      The x86 instructions are obviously meaningless. The hard coded offsets and duplicate instructions

                                      give it away. Using an assembler you will find that it compiles down to the following machine code:

                                      4F
                                      75 72
                                      20 69 6E
                                      73 74
                                      69 6E 63 74 20 61 73
                                      73 65
                                      6D
                                      62 6C 65 73
                                      20 63 6F
                                      6D
                                      6D
                                      61
                                      6E
                                      64

                                      Let me say that this is a regular cryptic crossword puzzle. The only difference is that we will start early and begin the solving process with the puzzle hidden. This will give individuals with unique skills a chance to find and solve the puzzle first. Once every hour I will return to the site and reveal the next stage. Eventually the plain text puzzle will be completely visible to everyone. You can wait until the plain text puzzle is revealed or attempt to solve early. The choice is yours.

                                      pkfoxP Offline
                                      pkfoxP Offline
                                      pkfox
                                      wrote on last edited by
                                      #25

                                      Converted to ASCII Our instinct assembles command Instruction - which I dismissed as the filename contained it V good clue though

                                      "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                                      L 1 Reply Last reply
                                      0
                                      • pkfoxP pkfox

                                        Converted to ASCII Our instinct assembles command Instruction - which I dismissed as the filename contained it V good clue though

                                        "I didn't mention the bats - he'd see them soon enough" - Hunter S Thompson - RIP

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #26

                                        pkfox wrote:

                                        Instruction - which I dismissed as the filename contained it

                                        I find it amusing that several members have implied that this clue took alot of work and effort. I spent less than 60 seconds constructing it. :laugh: The amalgamation of GIF and ZIP was done simply by using: copy /B pic.gif+instruction.zip newpic.gif Best Wishes, -David Delaune

                                        L pkfoxP R 3 Replies Last reply
                                        0
                                        • L Lost User

                                          pkfox wrote:

                                          Instruction - which I dismissed as the filename contained it

                                          I find it amusing that several members have implied that this clue took alot of work and effort. I spent less than 60 seconds constructing it. :laugh: The amalgamation of GIF and ZIP was done simply by using: copy /B pic.gif+instruction.zip newpic.gif Best Wishes, -David Delaune

                                          L Offline
                                          L Offline
                                          Lost User
                                          wrote on last edited by
                                          #27

                                          Randor wrote:

                                          several members have implied that this clue took alot of work and effort.

                                          Only because we had no idea what we were supposed to do. And when the unzipping did not work, and we could not assemble the code, well ... However, I applaud your creativity.

                                          L 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups