• @over_clox
    link
    -51 year ago

    Never heard of a decompiler I see.

    • セリャスト
      link
      fedilink
      221 year ago

      A decompiler doesnt give you access to the comments, variable names, which is an important part of every source code

    • newIdentity
      link
      fedilink
      141 year ago

      A decompiler won’t give you the source code. Just some code that might not even necessarily work when compiled back.

      • @over_clox
        link
        -21 year ago

        And? Decompilers aren’t for noobs. So what if it gives you variable and function names like A000, A001, etc?

        It can still lead a seasoned programmer where to go in the raw machine code to mod some things.

      • @over_clox
        link
        -71 year ago

        You’re actually chatting with a hacker that made No-CD hacks.

        • @[email protected]
          link
          fedilink
          2
          edit-2
          1 year ago

          A fancy way to say do nothing is not the same as translating back and forth. Example: Show me the intermediate translation.

          Also we live in a 64bit world now old man

          • @over_clox
            link
            01 year ago

            Also that instruction does not do nothing, it resets the CPU register to zero without having to access RAM. Far from a NOP instruction.

    • @SpaceNoodle
      link
      31 year ago

      Still not the actual source code, bucko.

      • @over_clox
        link
        -11 year ago

        No, it’s actually better when you can read the machine code.

        Most folks don’t care to recompile the whole thing when all they wanna do is bypass the activation and tracker shit.

        • @SpaceNoodle
          link
          21 year ago

          Having access to the source code actually makes reading machine code easier, so you’re also wrong on this entirely different thing you’re going on about.

          • @over_clox
            link
            -11 year ago

            You’ve clearly never used a disassembler such as HIEW have you? You get the entire breakdown of the assembly code.

            • @SpaceNoodle
              link
              11 year ago

              I disassemble binaries daily for work. It’s still not the same as source code.

              • @over_clox
                link
                01 year ago

                I didn’t say it was. I just said loosely what the OG meme said, if you know how to read assembly, you know how to read (and write) what some of the code does.

          • @over_clox
            link
            -11 year ago

            I never said disassembly or decompiling was easier in any way. I’ll agree with you on that, it’s way more difficult.

            Back to the point of the meme though, if you can read assembly, you can read it all.

            • @SpaceNoodle
              link
              2
              edit-2
              1 year ago

              You’ve never actually compared source code to its compiled output, have you.

              • @over_clox
                link
                01 year ago

                I’ve written drivers in 65 bytes of code. I don’t tend to use high level languages that hide what’s going on behind the scenes.