• Thorry84@feddit.nl
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    For people interested in the difference between decompiled machine code and source code I would recommend looking at the Mario 64 Decomp project. They are attempting to turn a Mario 64 rom into source code and then back into that same rom. It’s really hard and they’ve been working on it for a long time. It’s come a long way but still isn’t done.

    https://github.com/n64decomp/sm64

      • KairuByte@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Open source inherently means you can compile the code locally, for free. You can’t necessarily redistribute it, depending on the license, but I’m not aware of a “you can compile this source for testing and code changes only but if you use it as your actual copy you are infringing” license.

        I am very much open to correction here.

        • ono@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 year ago

          Open source inherently means you can compile the code locally,

          Open Source means more than that. It is defined here:

          https://opensource.org/osd/

          If you use the phrase “open source” for things that don’t meet those criteria, then without some clarifying context, you are misleading people.

          for free.

          Free Software is not the same as “software for free”. It, too, has a specific meaning, defined here:

          https://www.gnu.org/philosophy/free-sw.html

          When the person to whom you replied wrote “free software”, they were not using it in some casual sense to mean free-of-charge.