BinKit icon indicating copy to clipboard operation
BinKit copied to clipboard

Binary Code Similarity Analysis (BCSA) Benchmark

Results 5 BinKit issues
Sort by recently updated
recently updated
newest added

Hi, I am testing my method on BinKit, The dataset is too large, could you supply the dataset(pickle files) which extracts features already by Tiklib.

Hello, You have mentioned that BinKit 2.0 has 371,928 binaries, however, the Zip file download from the drive contains ~213K files. Could you please clarify? Thank you

I have successfully cross-compiled most of the gnu software following the workflow. However, for some of the software, "Branch out of range" error occurs when compiling to mips_64 with clang-4.0...

``` ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O2_libcrypto.so.elf ase18_debug/openssl_debug/OpenSSL_1_0_1u/openssl-OpenSSL_1_0_1u_gcc-8.2.0_mipseb_32_O3_libssl.so.elf ``` Are these the binaries of openssl program ? What's the meaning of 'crypto' and 'ssl' ?

Thanks for your great job! Recently, I have been conducting research based on this dataset. After I disassemble the binaries, I find that binaries compiled to MIPS64 tend to have...