Package Details: bindiff 8-2

Git Clone URL: https://aur.archlinux.org/bindiff.git (read-only, click to copy)
Package Base: bindiff
Description: A comparison tool for binary files that assists vulnerability researchers and engineers to quickly find differences and similarities in disassembled code.
Upstream URL: https://www.zynamics.com/bindiff.html
Licenses: Apache-2.0
Submitter: Manouchehri
Maintainer: cyrozap
Last Packager: cyrozap
Votes: 15
Popularity: 0.001358
First Submitted: 2016-01-01 13:37 (UTC)
Last Updated: 2024-02-25 06:37 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Pinned Comments

cyrozap commented on 2023-09-27 00:18 (UTC)

Good news: BinDiff 8 has been released as open source!

Bad news: Building the GUI requires a proprietary library whose functionality is not easily replaced by any FOSS library, so it's unlikely we'll be able to build the entire BinDiff package (including the GUI) from source any time soon.

For the moment, to get the package updated ASAP, I'm going to continue to use the pre-built Debian package as the source. Once the package is updated, I'll work on updating the PKGBUILD to replace the pre-built native binaries with binaries built from source, enabling the package to be installed on architectures other than just x86_64. And then once all of that's done, if people want me to I can split the package into two: One for just the native binaries that will be built from source, and the other for just the partly-proprietary GUI JAR that will be extracted from the pre-built package.

If that all sounds good, or if you think things should be done differently, please feel free to let me know in the comments.

Latest Comments

« First ‹ Previous 1 2

dummys commented on 2017-01-24 18:01 (UTC)

Hi, Thanks for your package, but something you said at the end of the install is wrong. You give the url of the window plugins... In fact the plugin for linux is in the package you already downloaded: bindiff420-debian8-amd64.deb. When you extract it, you can find it in opt/zynamics/BinDiff/plugins/zynamics_bin* to his .idapro/plugins folder.

Manouchehri commented on 2016-07-02 13:35 (UTC)

I already have depends=('java-runtime>=8').

Manouchehri commented on 2016-07-02 13:32 (UTC)

If I force Java 8, it's going to be a pain to launch with Java 9. You need Java 9 for HiDPI. https://github.com/google/binnavi/issues/96

M1cha commented on 2016-07-02 13:26 (UTC) (edited on 2016-07-02 13:29 (UTC) by M1cha)

== EDIT == it works if I do this before launching bindiff: export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH can you write a wrapper to force java8? most of my apps need java7 that's why it's my default. ========== Unfortunately this doesn't work for me: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/google/security/zynamics/bindiff/Launcher : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) $ java -version java version "1.7.0_101" OpenJDK Runtime Environment (IcedTea 2.6.6) (Arch Linux build 7.u101_2.6.6-1-x86_64) OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

Manouchehri commented on 2016-03-19 18:48 (UTC)

@cyrozap: I've added you as a co-maintainer, would you mind pushing your patch?

dnl_tp commented on 2016-03-19 03:30 (UTC)

https://security.googleblog.com/2016/03/bindiff-now-available-for-free.html

cyrozap commented on 2016-03-18 20:01 (UTC)

I've made some changes to the package, including support for i686 and adding the launcher icon and licensing information. You can find the patch here: https://paste.fedoraproject.org/342386/83311651/ Note that I switched the package checksums to the ones provided on the BinDiff download page.