vuddy icon indicating copy to clipboard operation
vuddy copied to clipboard

ValueError:

Open lsr912 opened this issue 1 year ago • 1 comments

Hello, when I'm using the check_clones.py file to conduct local detection, I encountered the following error. Could you please point out where I went wrong? hash file.zip invalid literal for int() with base 10: "[{'file': 'linux-6.0/arch/alpha/boot/bootp.c', 'function id': '1', 'function length': '149', 'hash value': '44f2c0d1f5436a9cf4411bbef5abbdde'}, {'file': 'linux-6.0/arch/alpha/boot/bootp.c', 'function

lsr912 avatar Jun 04 '24 13:06 lsr912

Hi. You seem to have created your hidx files using a newer version (4.0.1) of hmark, which is part of an extension of this work:

$ head -n 1 hashmark_0_linux-6.0.hidx
4.0.1 linux-6.0 31952 534526 21875545

Currently, check_clones.py is only compatible with the original hmark (version 3.x.x), which is available here.

seulbae-security avatar Jun 05 '24 00:06 seulbae-security