Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Created June 24, 2019 13:33
Show Gist options
  • Save matteyeux/c6633c28f35abe471756b181332b31ca to your computer and use it in GitHub Desktop.
Save matteyeux/c6633c28f35abe471756b181332b31ca to your computer and use it in GitHub Desktop.
Random file I put here to install IDA PRO 7.2 on Linux with Wine
install wine64 :
sudo apt install wine64-development
Get Python
curl -O https://www.python.org/ftp/python/2.7.15/python-2.7.15.amd64.msi
wine64-development msiexec /i python-2.7.15.msi
wine64-development ida
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment