• TheTechnician27
    link
    English
    31 month ago

    Ghidra is written in Java which is cross-platform.

      • @sleep_deprived
        link
        English
        21 month 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”.