Search code examples
elfdecompilingida

Decompile ELF on Windows


I want to decompile file ELF 64-bit LSB executable with IDA on Windows, Its possible? If no, How can I do it on linux?

Thanks


Solution

  • You don't need to execute the binary in order to perform binary decompilation, it's something that usually happens statically, thus it'd work with ELF on Windows.

    You can decompile binaries with IDA using several ways: