SoftSec-KAIST / TikNib

Binary Code Similarity Analysis (BCSA) Tool
MIT License
115 stars 23 forks source link

adds support for new compilers #6

Closed wideglide closed 2 years ago

wideglide commented 2 years ago

This accompanies the proposed changes to BinKit for new compiler versions.

6.8M Dec  2  2018 /tmp/notpacked/binutils-2.30_clang-7.0_arm_64_O0_objdump.elf
 48M Jan 28 10:43 /tmp/notpacked/binutils-2.30_clang-7.0_arm_64_O0_objdump.elf.i64
6.8M Dec  2  2018 /tmp/packed/binutils-2.30_clang-7.0_arm_64_O0_objdump.elf
6.2M Jan 28 10:41 /tmp/packed/binutils-2.30_clang-7.0_arm_64_O0_objdump.elf.i64
0xdkay commented 2 years ago

Thanks for your contribution, @wideglide ! I have reviewed the code, and it does not seem to produce a problem. Could you add config/path_variables.py to this commit so that I can run and check the commit? (think it's missing)

0xdkay commented 2 years ago

I checked the code, and it ran successfully without a problem. Just merged. Thanks @wideglide !