Skip to content

Instantly share code, notes, and snippets.

@ZetaTwo
Last active September 10, 2020 09:47
Show Gist options
  • Save ZetaTwo/79fa8b659b79a315e62eb37f704fb9eb to your computer and use it in GitHub Desktop.
Save ZetaTwo/79fa8b659b79a315e62eb37f704fb9eb to your computer and use it in GitHub Desktop.
Outdated instructions on how to install an old version of IDA Pro on Ubuntu 16
# Note: These instructions are outdated and no longer relevant
ln -s /tmp /usr/tmp
ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
dpkg --add-architecture i386
apt-get install libglib2.0-0:i386 gtk2-engines:i386 gtk2-engines-murrine:i386 gtk2-engines-pixbuf:i386
@isfahany
Copy link

how to open IDA?

@flaredragon
Copy link

Install from the run file given on their site by changing the file permissions using chmod +x and then executing the run file.
It'll generate an ideafree folder,navigate into that and run the ida64 file

@DGKSK8LIFE
Copy link

Install from the run file given on their site by changing the file permissions using chmod +x and then executing the run file.
It'll generate an ideafree folder,navigate into that and run the ida64 file

can you link the run file?

@ZetaTwo
Copy link
Author

ZetaTwo commented Aug 24, 2020

You can download the free version from their website here: https://www.hex-rays.com/products/ida/support/download_freeware/
If you want the professional version you will have to buy a license. These instructions are completely outdated and irrelevant btw.

@DGKSK8LIFE
Copy link

You can download the free version from their website here: https://www.hex-rays.com/products/ida/support/download_freeware/
If you want the professional version you will have to buy a license. These instructions are completely outdated and irrelevant btw.

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment