Search Criteria
Package Details: binaryninja-free 5.1.8005-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/binaryninja-free.git (read-only, click to copy) |
---|---|
Package Base: | binaryninja-free |
Description: | An interactive decompiler, disassembler, debugger, and binary analysis platform. |
Upstream URL: | https://binary.ninja |
Licenses: | custom:Binary Ninja Free Edition License Agreement |
Submitter: | apropos |
Maintainer: | apropos (m4tx) |
Last Packager: | m4tx |
Votes: | 6 |
Popularity: | 0.065831 |
First Submitted: | 2024-03-03 10:31 (UTC) |
Last Updated: | 2025-08-14 17:57 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libxml2-legacy
- python (python37AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional) – icon support
Latest Comments
m4tx commented on 2025-07-11 17:53 (UTC)
@nkeck72, the download URL was unversioned. Hence, when Binary Ninja was updated, it silently broke the AUR package.
Now that the package uses GitHub releases as its source, it should at least resolve the broken checksum issues, even when a new version is released—please take a look!
nkeck72 commented on 2025-07-11 16:45 (UTC)
I see this got flagged out of date before I noticed, but for anyone looking for the newest sha256sum, I've repeatedly downloaded the zip from the binaryninja distribution site and got
08146841a550dffc25440d9213710e80cf41894f96953da71a2dc29014eb4fe8
each time. Should be a simple swap to let makepkg verify the source.m4tx commented on 2025-06-08 15:00 (UTC)
@Nobody_8194 the package version was outdated. Please have a look now, it should be fixed.
Nobody_8194 commented on 2025-06-03 22:34 (UTC) (edited on 2025-06-03 22:36 (UTC) by Nobody_8194)
baltazar commented on 2025-05-13 21:59 (UTC)
apropos: You can also use the namcap tool to find missing dependencies (it does output quite a lot of other warnings, most are safe to ignore)
For the previous version it would print this: binaryninja-free E: Dependency libxml2-legacy detected and not included (libraries ['usr/lib/libxml2.so.2'] needed in files ['opt/binaryninja-free/plugins/lldb/lib/liblldb.so.19.1'])
The current version seems to have everything required.
Ordoviz commented on 2025-05-13 09:28 (UTC)
apropos: You can list the runtime dependencies using
/opt/binaryninja-free/binaryninja
. You can find the package that provides the dependency using for examplepacman -Fy libxml2.so.2
.apropos commented on 2025-05-12 21:24 (UTC)
Ordoviz: I've added libxml2-legacy as a runtime dependency, thanks.
I suspect there are more runtime dependencies than listed. Do you happen to have any general tips for tracking them down?
Ordoviz commented on 2025-05-10 07:23 (UTC)
This package has a runtime dependency on
libxml2.so.2
. If you are getting this error on startupyou need to install
libxml2-legacy
.