Package Details: ida-free 8.4.240527-2

Git Clone URL: https://aur.archlinux.org/ida-free.git (read-only, click to copy)
Package Base: ida-free
Description: Freeware version of the world's smartest and most feature-full disassembler
Upstream URL: https://www.hex-rays.com/products/ida/
Licenses: custom
Submitter: fatalis
Maintainer: fatalis
Last Packager: fatalis
Votes: 28
Popularity: 0.005448
First Submitted: 2018-02-02 22:28 (UTC)
Last Updated: 2024-11-24 13:16 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Pinned Comments

fatalis commented on 2024-10-22 19:46 (UTC) (edited on 2024-11-24 13:17 (UTC) by fatalis)

For a while now, their out7.hex-rays.com where the download is hosted is randomly giving an outdated certificate error about every 1/3 requests. Keep trying to install the pacakge if this happens until it works if you get an error.

EDIT: It doesn't seem like it's going to get fixed, so the package now pulls from archive.org wayback machine.

fatalis commented on 2024-10-13 14:11 (UTC) (edited on 2024-10-13 14:12 (UTC) by fatalis)

IDA Free 9.0+ requires an account to download and a license to use so this package will stay on 8.4 for the foreseeable future

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

fatalis commented on 2019-04-13 11:48 (UTC)

hmm, hasn't changed for me. your download possibly corrupted?

dibg commented on 2019-04-13 11:37 (UTC)

hash is changed again for idafree70_linux.run: e38333d6cf844706ec48d154e64740b9b125c388f7b3a541104ba0a9a61321ab

fatalis commented on 2019-03-15 15:09 (UTC)

@Urgleflogue I pushed that last week @volsa The version I pushed last week includes the debugger

<deleted-account> commented on 2019-03-15 15:00 (UTC)

Apparently a new version was released which includes a debugger (see https://twitter.com/ilfak/status/1106285550699450369)

Urgleflogue commented on 2019-03-15 09:21 (UTC)

idafree70_linux.run is changed yet again, the hash I am getting now is: 5a39b6ae384c171017412fc81e6da2a37b5e83809f6ea27c8888f1e5746947ba idafree70_linux.run

fatalis commented on 2019-03-06 13:09 (UTC)

Thanks, updated the hash

c0llision commented on 2019-03-06 10:50 (UTC) (edited on 2019-03-06 10:51 (UTC) by c0llision)

Seems like the downloader was updated. I'm getting a different hash and the installer fails:

Validating source files with sha256sums...
idafree70_linux.run ... FAILED
ida-free.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

The hash that I'm getting is: 2c8419bab33b7b401ef33b58c656449144c3098369d0d8687ea99218537da95d

fatalis commented on 2018-11-19 06:49 (UTC)

Thank you, fixed.

Denton-L commented on 2018-11-19 05:09 (UTC) (edited on 2018-11-19 05:09 (UTC) by Denton-L)

Currently, getting help for IDA fails because the assistant isn't being included. (To test, try pressing F1).

The following patch should include the assistant and make it runnable:

diff --git a/PKGBUILD b/PKGBUILD
index 5d9f3d4..11a5470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,9 +31,9 @@ package() {

     # the installer needlessly makes a lot of files executable
     find "${pkgdir}"/opt/${pkgname} -type f -exec chmod -x {} \;
-    chmod +x "${pkgdir}"/opt/${pkgname}/ida64
+    chmod +x "${pkgdir}"/opt/${pkgname}/{ida64,assistant}

-    rm "${pkgdir}"/opt/${pkgname}/{uninstall*,Uninstall*,assistant}
+    rm "${pkgdir}"/opt/${pkgname}/{uninstall*,Uninstall*}

     install "${srcdir}"/ida-free.desktop "${pkgdir}"/usr/share/applications
     ln -s /opt/${pkgname}/appico64.png "${pkgdir}"/usr/share/icons/ida-free.png