Created
June 24, 2019 13:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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