• @sleep_deprived
    link
    English
    62 months ago

    There’s also the NSA’s Ghidra which is a competitor for the best open source application IMO. Previously the only tool for heavy-duty reverse engineering was IDA Pro, which is very expensive (and not open source, of course). The NSA has selfish incentives to have tools like this be open source - free training especially - but it’s still a very good thing.

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      2 months ago

      I don’t know anything about reverse engineering but this seems like fills a void as you mentioned. Thanks for sharing. Is there a fork for Linux?

      • TheTechnician27
        link
        English
        32 months ago

        Ghidra is written in Java which is cross-platform.

          • @sleep_deprived
            link
            English
            22 months ago

            Don’t feel too bad. A lot of more complicated Java programs utilize JNI with platform-specfic code, so even if you knew it was Java, it’s not a given that it works on Linux - especially given the incredibly complicated nature of decompilation, and that Ghidra has a DSL to define processors/“languages”.