• @Skullgrid
    link
    152 months ago

    have you ever tried to turn a piece of decompiled code into sensical code that you can use to make it do new things?

    • @qarbone
      link
      English
      92 months ago

      I can’t even take sensical code and do things with it.

    • Queen HawlSera
      link
      fedilink
      English
      22 months ago

      I imagine it’s easier for a billion dollar company to do than it would be for me.

      • @Skullgrid
        link
        52 months ago

        https://en.wikipedia.org/wiki/The_Mythical_Man-Month

        Sure, so you’ll divide the codebase into neat little chunks and pay 100 programmers for 3 years to unfuck all the garbage code.

        Tell you what, go to the hospital and get 9 women to give birth to one baby in 1 month.

        Yes, it’s a feasable task, especially for a gigantic corporation. However, it doesn’t mean you can “just reverse engineer the code”, because it’s going to be an enormous task that is difficult to achieve and time consuming and probably intoduce new bugs.

        On top of that, porting it to PC and not just a single piece of hardware adds even more complexity the original, single console only release, did not even consider, making it even more difficult and buggy.

        It can be done, but it needs a lot of time and effort.

        • Mister Neon
          link
          12 months ago

          Tell you what, go to the hospital and get 9 women to give birth to one baby in 1 month.

          Thank you, I’ll be using that in Sprint Planning.

    • @pathief
      link
      English
      02 months ago

      I do this with non-minified JavaScript all the time. Bloody amateurs /s