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

    (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
                            • 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

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

                              I have to say David my immediate thought was instruction but when I found the instructions.asm file I dismissed it - I'm glad you don't compile entire crosswords ( or do you ? {{{shudder}}} )

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

                              L 1 Reply Last reply
                              0
                              • pkfoxP pkfox

                                Have you solved it ?

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

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

                                I believe I did... Now seeing the solution - I did!

                                "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

                                1 Reply Last reply
                                0
                                • L Lost User

                                  This [^] online unzip is working if you would like to attempt to solve early. Or you can wait until the next stage is openly revealed.

                                  D Offline
                                  D Offline
                                  DerekT P
                                  wrote on last edited by
                                  #30

                                  that "thinks" for a while, then shows a tick mark - then repeats (indefinitely?). Still says "Extracting...". At no stage can I click on "Your files" to see the extracted info, or indeed do anything else... :-(

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    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 Offline
                                    L Offline
                                    Lost User
                                    wrote on last edited by
                                    #31

                                    Everyday is groundhog day here on codeproject. It doesn't hurt to have something new every once in a while. I've got some other ideas for the CCC... maybe some math equations and maybe something spatially encoded into music notation.

                                    L 1 Reply Last reply
                                    0
                                    • pkfoxP pkfox

                                      I have to say David my immediate thought was instruction but when I found the instructions.asm file I dismissed it - I'm glad you don't compile entire crosswords ( or do you ? {{{shudder}}} )

                                      "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
                                      #32

                                      A variant of what I did today (not by me) won an international puzzlers award just a few years ago. However the assembler code used in that puzzle would play sound through the PC speaker.

                                      1 Reply Last reply
                                      0
                                      • L Lost User

                                        Everyday is groundhog day here on codeproject. It doesn't hurt to have something new every once in a while. I've got some other ideas for the CCC... maybe some math equations and maybe something spatially encoded into music notation.

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

                                        :omg:

                                        N 1 Reply Last reply
                                        0
                                        • L Lost User

                                          :omg:

                                          N Offline
                                          N Offline
                                          Nelek
                                          wrote on last edited by
                                          #34

                                          He plays in a higher "Knowledge League" than many CP Users.

                                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                                          R 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