Search Criteria
Package Details: binaryninja-free 5.0.7290-3
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: | apropos |
Votes: | 6 |
Popularity: | 0.97 |
First Submitted: | 2024-03-03 10:31 (UTC) |
Last Updated: | 2025-05-12 21:42 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libxml2-legacy
- python (python37AUR, python311AUR, python310AUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional) – icon support
Latest Comments
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
.