Here

  • mesamune@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 months ago

    Thats my understanding of what happened here. The code is even included in this port. So everything was written from the ground up. I haven’t had a chance to actually compile it yet, but it looks solid.

    • BleakBluets@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      9 months ago

      I think the binary they distributed still included the art and sound assets; the users didn’t have to provide their own. And “clean-room” design is more than just providing source code. You need to provide a “paper trial” / commit history and documentation of how the final code was derived from the original code. My mistake, clean room is when you recreate the project without reading the original/compiled code at all. Specifications are written based on observed behaviors of the original user-facing program and new code is written according to that.

      • cheet@infosec.pub
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        9 months ago

        Can you really not read any of the compiled code tho? Like if I take the binary, put it in ghidra and use that to reverse engineer something, is that not clean room still?

        I remember watching Halt and Catch fire where they had 1 group writing specs for what he REed and another group would write that code according to spec.

        • BleakBluets@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          9 months ago

          I thought decompiling with Ghidra was okay too, I may have just misunderstood the wiki article when I double checked post-commenting and crossed out my comment. I’m not entirely sure what comprises “proprietary techniques”. But I’m pretty sure that documentation needs to be provided in order to keep it on the legal side. Hopefully this project can come back and recieve continued support ala similar decomp projects.