• @[email protected]
    link
    fedilink
    English
    819 hours ago

    Yeah man, I always thought that decompiling executables is really hard, but I have only messed around with Ghidra a couple of times, so maybe there are more advanced tools out there. I guess it’s either that or somebody hacked their Git server or something, but that’s less likely.

    • @Takumidesh
      link
      English
      516 hours ago

      Unity uses a managed language (c#) and can be decompiled (but not disassembled) into human readable code almost completely automatically.