Search Criteria
Package Details: binaryninja-personal 4.2.6455-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/binaryninja-personal.git (read-only, click to copy) |
---|---|
Package Base: | binaryninja-personal |
Description: | An interactive decompiler, disassembler, debugger, and binary analysis platform. This package is for the Personal Edition and requires both an installer zip (x86 or ARM) and a license. |
Upstream URL: | https://binary.ninja |
Licenses: | custom:Binary Ninja License Agreement |
Provides: | binaryninja |
Submitter: | h313 |
Maintainer: | apropos |
Last Packager: | apropos |
Votes: | 1 |
Popularity: | 0.000874 |
First Submitted: | 2021-08-29 19:49 (UTC) |
Last Updated: | 2024-12-02 20:33 (UTC) |
Dependencies (24)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- gcc-libs-multilib (gcc-libs-snapshotAUR, gcc-libs)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- icu (icu-gitAUR)
- keyutils (keyutils-gitAUR)
- krb5 (krb5-gitAUR)
- libcurl-compat (libcurl-http3-ngtcp2-compatAUR, libcurl-compat-gitAUR)
- libffi (libffi-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libnghttp2 (libnghttp2-gitAUR)
- libpsl (libpsl-gitAUR)
- libssh2 (libssh2-gitAUR)
- libx11 (libx11-gitAUR)
- libxau
- libxcb (libxcb-gitAUR)
- libxdmcp
- libxext (libxext-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- Show 4 more dependencies...
Required by (1)
- python-cle-git (requires binaryninja) (optional)
Latest Comments
Luca91 commented on 2025-02-02 14:49 (UTC)
@apropos It's worth mentioning that Binary Ninja is capable of auto-updating. During startup it checks for new updates and automatically downloads and applies them the next time it runs. This obviously requires appropriate permissions for /opt/binaryninja directory.
The problem is that the package version will remain lower than the actual version you are running and will always be marked as outdated in your AUR helper.
meadow commented on 2024-12-03 13:32 (UTC)
@apropos Thank you! Yes, I think that's fine. If I'm not mistaken, the free version of binaryninja does not include the python bindings on which python-cle-git (optionally) depends. So it's perfect :)
apropos commented on 2024-12-02 20:33 (UTC)
meadow: Added
provides=(binaryninja)
to this package (and also updated to 4.2). I did not add it to binaryninja-free because it installs to a separate directory in/opt/
: running the both of them should not conflict. I could change that though - do you think it would be more helpful?(personally it is convenient for me for them to not conflict so I can test them after updates)
meadow commented on 2024-10-15 12:47 (UTC)
Could you add
provides=(binaryninja)
to binaryninja-personal and binaryninja-free so other packages can depend on binaryninja?At the risk of being petty, you might also want to add
conflicts
:)theguy147 commented on 2024-08-17 10:44 (UTC)
ceres-c commented on 2023-04-12 14:00 (UTC)
Also, on Wayland you should run
binaryninja -platform wayland
to avoid issues with the command palette (can't type in the textbox). It would be nice to have a switch in the desktop file or have it point to a shell scripttheguy147 commented on 2023-02-17 10:27 (UTC)
binary ninja works fine with
openssl
instead ofopenssl-1.0
andpython
instead ofpython2
as dependencies and this should be updated in the PKGBUILD