jiangming/iBinHunt

Is it possible to update iBinHunt to run on current systems?

Opened this issue · 0 comments

Hi,

Thank you for sharing the cool tool iBinHunt which targets detecting similarities between binaries. My current study involves the semantic detection of binaries, so may I ask is it possible to update iBinHunt to run on current systems? Since the last update was 7 years ago, I was trying to install your tool by simply replacing the paths in Makefile and installing some required packages by configuring information. However, I am not successful in installing it on my ubuntu 18.04 machine. The error I finally met and did not solve was

$make
... (omit some messages)
checking for latex... latex
ocamlfind: Package `gdome2' not found
vine needs libgdome2-ocaml-dev
Makefile:246: recipe for target 'config.status' failed
make: *** [config.status] Error 255

Are you still active in maintaining this tool? I appreciate it very much if you can provide some help here!

By the way, I am not an expert in binary analysis, could you please recommend some other publicly available tools (if any) that can precisely detect the semantic difference of binaries like iBunHut. I have tried to find one but failed.

Thank you so much and look forward to your reply!

Best regards,
Haoxin